DatabaseSchemaViewNode.Parent Property
Gets or sets the parent node.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Property Parent As ISchemaModelViewerNode
public ISchemaModelViewerNode Parent { get; set; }
public:
virtual property ISchemaModelViewerNode^ Parent {
ISchemaModelViewerNode^ get () sealed;
void set (ISchemaModelViewerNode^ value) sealed;
}
abstract Parent : ISchemaModelViewerNode with get, set
override Parent : ISchemaModelViewerNode with get, set
final function get Parent () : ISchemaModelViewerNode
final function set Parent (value : ISchemaModelViewerNode)
Property Value
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.ISchemaModelViewerNode
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView Namespace