Поделиться через


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 - пространство имен