IVsDataCommand.DeriveSchema 方法 (String)

当实现由选件类,从指定的命令派生返回的架构。模式在数据读取器指示项目格式和块。

命名空间:  Microsoft.VisualStudio.Data.Services.SupportEntities
程序集:  Microsoft.VisualStudio.Data.Services(在 Microsoft.VisualStudio.Data.Services.dll 中)

语法

声明
Function DeriveSchema ( _
    command As String _
) As IVsDataReader
IVsDataReader DeriveSchema(
    string command
)
IVsDataReader^ DeriveSchema(
    String^ command
)
abstract DeriveSchema : 
        command:string -> IVsDataReader 
function DeriveSchema(
    command : String
) : IVsDataReader

参数

  • command
    类型:System.String
    一个命令可以派生特定于数据源的架构。

返回值

类型:Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataReader
IVsDataReader 对象。此对象用于读取器对象提供描述项目格式并阻止,即,架构的前向,只读数据流,返回在执行指定的命令。

.NET Framework 安全性

请参见

参考

IVsDataCommand 接口

DeriveSchema 重载

Microsoft.VisualStudio.Data.Services.SupportEntities 命名空间