Compartilhar via


Propriedade DatabaseProjectNodeExtender.Node

Obtém ou define o nó para estender.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
<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)

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

DatabaseProjectNodeExtender Classe

Namespace Microsoft.VisualStudio.Data.Schema.Package.Project