IDatabaseSchemaViewController Interface
Represents the schema view controller.
This API is not CLS-compliant. The CLS-compliant alternative is .
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Interface IDatabaseSchemaViewController _
Inherits IExtension
'Usage
Dim instance As IDatabaseSchemaViewController
[CLSCompliantAttribute(false)]
public interface IDatabaseSchemaViewController : IExtension
[CLSCompliantAttribute(false)]
public interface class IDatabaseSchemaViewController : IExtension
public interface IDatabaseSchemaViewController extends IExtension
[<AbstractClassAttribute>]
[<CLSCompliantAttribute(false)>]
type IDatabaseSchemaViewController =
interface
interface IExtension
end
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView Namespace