次の方法で共有


DatabaseSchemaViewNode.Populator プロパティ

ポピュレーター デリゲートを取得または設定します。

名前空間:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView
アセンブリ:  Microsoft.VisualStudio.Data.Schema.Package (Microsoft.VisualStudio.Data.Schema.Package.dll 内)

構文

'宣言
Public Property Populator As ISchemaHierarchyPopulator
    Get
    Set
public ISchemaHierarchyPopulator Populator { get; set; }
public:
virtual property ISchemaHierarchyPopulator^ Populator {
    ISchemaHierarchyPopulator^ get () sealed;
    void set (ISchemaHierarchyPopulator^ value) sealed;
}
abstract Populator : ISchemaHierarchyPopulator with get, set
override Populator : ISchemaHierarchyPopulator with get, set
final function get Populator () : ISchemaHierarchyPopulator
final function set Populator (value : ISchemaHierarchyPopulator)

プロパティ値

型: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.ISchemaHierarchyPopulator

実装

ISchemaModelViewerNode.Populator

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

参照

DatabaseSchemaViewNode クラス

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView 名前空間