Proprietà DatabaseSchemaViewNode.Populator

Ottiene o imposta il delegato dell'operatore di popolamento.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintassi

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

Valore proprietà

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

Implementa

ISchemaModelViewerNode.Populator

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DatabaseSchemaViewNode Classe

Spazio dei nomi Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView