DatabaseToolWindowService.ShowDatabaseSchemaView Method
Shows the database schema view tool window.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Sub ShowDatabaseSchemaView
'Usage
Dim instance As DatabaseToolWindowService
instance.ShowDatabaseSchemaView()
public void ShowDatabaseSchemaView()
public:
void ShowDatabaseSchemaView()
public function ShowDatabaseSchemaView()
member ShowDatabaseSchemaView : unit -> unit
.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
DatabaseToolWindowService Class
DatabaseToolWindowService Members
Microsoft.VisualStudio.Data.Schema.Project.Project Namespace