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

속성을 추가할 컬렉션입니다.

적용 대상