Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the database project node to which this Schema View node belongs.
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 DatabaseProjectNode As IDatabaseProjectNode
public IDatabaseProjectNode DatabaseProjectNode { get; set; }
public:
virtual property IDatabaseProjectNode^ DatabaseProjectNode {
IDatabaseProjectNode^ get () sealed;
void set (IDatabaseProjectNode^ value) sealed;
}
abstract DatabaseProjectNode : IDatabaseProjectNode with get, set
override DatabaseProjectNode : IDatabaseProjectNode with get, set
final function get DatabaseProjectNode () : IDatabaseProjectNode
final function set DatabaseProjectNode (value : IDatabaseProjectNode)
Property Value
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.IDatabaseProjectNode
Implements
ISchemaModelViewerNode.DatabaseProjectNode
.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