Share via


IDatabaseNode.ParentNode Property

Gets the parent for this node.

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

Syntax

'Declaration
ReadOnly Property ParentNode As IDatabaseNode
IDatabaseNode ParentNode { get; }
property IDatabaseNode^ ParentNode {
    IDatabaseNode^ get ();
}
abstract ParentNode : IDatabaseNode
function get ParentNode () : IDatabaseNode

Property Value

Type: Microsoft.VisualStudio.Data.Schema.Package.Project.IDatabaseNode
The parent node or null.

Remarks

If this node is the IDatabaseProjectNode, then null will be returned.

.NET Framework Security

See Also

Reference

IDatabaseNode Interface

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