IDatabaseProjectNode.DatabaseSchemaViewController Property

Gets the controller for our hive in the database schema view.

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

Syntax

'Declaration
ReadOnly Property DatabaseSchemaViewController As ISchemaViewController
    Get
'Usage
Dim instance As IDatabaseProjectNode
Dim value As ISchemaViewController

value = instance.DatabaseSchemaViewController
ISchemaViewController DatabaseSchemaViewController { get; }
property ISchemaViewController^ DatabaseSchemaViewController {
    ISchemaViewController^ get ();
}
function get DatabaseSchemaViewController () : ISchemaViewController
abstract DatabaseSchemaViewController : ISchemaViewController

Property Value

Type: Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView.ISchemaViewController

.NET Framework Security

See Also

Reference

IDatabaseProjectNode Interface

IDatabaseProjectNode Members

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