IPropertyHandler.PopulateProperties Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Remplit une collection de propriétés.
public:
void PopulateProperties(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeInformation ^ source, Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INameObjectCollection ^ properties);
public void PopulateProperties (Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation source, Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INameObjectCollection properties);
abstract member PopulateProperties : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation * Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INameObjectCollection -> unit
Public Sub PopulateProperties (source As INodeInformation, properties As INameObjectCollection)
Paramètres
- source
- INodeInformation
Informations relatives au nœud source.
- properties
- INameObjectCollection
Collection à laquelle ajouter les propriétés.