允许扩展以向 SQL Server 数据库项目提供备用目录提供程序。
此 API 不兼容 CLS。
命名空间:  Microsoft.VisualStudio.Data.Schema.Package.Sql.Project
程序集:  Microsoft.VisualStudio.Data.Schema.Package.Sql(在 Microsoft.VisualStudio.Data.Schema.Package.Sql.dll 中)
语法
声明
<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
ISqlSolutionExplorerDirectoryProvider 类型公开以下成员。
方法
| 名称 | 说明 | |
|---|---|---|
| .gif) | GetStructure | 返回一个 XML 文档,用于描述新的解决方案资源管理器目录结构。 | 
页首