Share via


OADatabaseSchemaView Class

This is the automation object exposed to DTE. Retrieve this object through the EnvDTE.Window.Object method, where the Window is the Database Schema View tool window.

This API is not CLS-compliant. 

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

Syntax

'Declaration
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public Class OADatabaseSchemaView
'Usage
Dim instance As OADatabaseSchemaView
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public class OADatabaseSchemaView
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public ref class OADatabaseSchemaView
public class OADatabaseSchemaView

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Project.Automation.OADatabaseSchemaView

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

OADatabaseSchemaView Members

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