Share via


DatabaseProjectNodeExtender.Node Property

Gets or sets the node to extend.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Property Node As IDatabaseNode
[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)

Property Value

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

.NET Framework Security

See Also

Reference

DatabaseProjectNodeExtender Class

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