IPropertyHandler.PopulateProperties 方法

定义

填充属性集合。

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)

参数

source
INodeInformation

与源节点相关的信息。

properties
INameObjectCollection

用于添加属性的集合。

适用于