Sdílet prostřednictvím


DatabaseSchemaViewNode.Populator – vlastnost

Získá nebo nastaví delegáta populator.

Obor názvů:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView
Sestavení:  Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

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

Implementuje

ISchemaModelViewerNode.Populator

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DatabaseSchemaViewNode Třída

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView – obor názvů