ISqlSchemaViewHierarchyProvider Interface
Allows extensions to provide an alternate directory provider to SQL Server database Schema View Controllers.
This API is not CLS-compliant.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Sql.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package.Sql (in Microsoft.VisualStudio.Data.Schema.Package.Sql.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Interface ISqlSchemaViewHierarchyProvider _
Inherits IExtension
[CLSCompliantAttribute(false)]
public interface ISqlSchemaViewHierarchyProvider : IExtension
[CLSCompliantAttribute(false)]
public interface class ISqlSchemaViewHierarchyProvider : IExtension
[<CLSCompliantAttribute(false)>]
type ISqlSchemaViewHierarchyProvider =
interface
interface IExtension
end
public interface ISqlSchemaViewHierarchyProvider extends IExtension
The ISqlSchemaViewHierarchyProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetString | Used to convert a resource name to a localized string. |
![]() |
GetStructure | Returns an XML document that describes the new schema view structure. |
Top
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Sql.Project Namespace