次の方法で共有


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

プロパティを追加するコレクションです。

適用対象