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 命名空间