Compartir a través de


DatabaseProjectNodeExtender.Node (Propiedad)

Obtiene o establece el nodo que se va a extender.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Project
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
<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 propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

DatabaseProjectNodeExtender Clase

Microsoft.VisualStudio.Data.Schema.Package.Project (Espacio de nombres)