Partager via


DatabaseProjectNodeExtender.Node, propriété

Obtient ou définit le nœud à étendre.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public Property Node As IDatabaseNode
    Get
    Private Set
[BrowsableAttribute(false)]
public IDatabaseNode Node { get; private set; }
[BrowsableAttribute(false)]
public:
property IDatabaseNode^ Node {
    IDatabaseNode^ get ();
    private: void set (IDatabaseNode^ value);
}
[<BrowsableAttribute(false)>]
member Node : IDatabaseNode with get, private set
function get Node () : IDatabaseNode
private function set Node (value : IDatabaseNode)

Valeur de propriété

Type : Microsoft.VisualStudio.Data.Schema.Package.Project.IDatabaseNode

Sécurité .NET Framework

Voir aussi

Référence

DatabaseProjectNodeExtender Classe

Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms