ISqlSolutionExplorerDirectoryProvider Interface
Allows extensions to provide an alternate directory provider to SQL Server database projects.
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 ISqlSolutionExplorerDirectoryProvider _
Inherits IExtension
[CLSCompliantAttribute(false)]
public interface ISqlSolutionExplorerDirectoryProvider : IExtension
[CLSCompliantAttribute(false)]
public interface class ISqlSolutionExplorerDirectoryProvider : IExtension
[<CLSCompliantAttribute(false)>]
type ISqlSolutionExplorerDirectoryProvider =
interface
interface IExtension
end
public interface ISqlSolutionExplorerDirectoryProvider extends IExtension
The ISqlSolutionExplorerDirectoryProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetStructure | Returns an XML document that describes the new Solution Explorer directory structure. |
Top
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Sql.Project Namespace