AdoDotNetSchemaReader 构造函数 (DbDataReader, DbCommand)

初始化 AdoDotNetSchemaReader 类的新实例。数据读取器对象,并且数据命令对象。

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

语法

声明
Public Sub New ( _
    reader As DbDataReader, _
    command As DbCommand _
)
public AdoDotNetSchemaReader(
    DbDataReader reader,
    DbCommand command
)
public:
AdoDotNetSchemaReader(
    DbDataReader^ reader, 
    DbCommand^ command
)
new : 
        reader:DbDataReader * 
        command:DbCommand -> AdoDotNetSchemaReader
public function AdoDotNetSchemaReader(
    reader : DbDataReader, 
    command : DbCommand
)

参数

  • reader
    类型:DbDataReader

    包含结果集和架构的 DbDataReader 对象。

.NET Framework 安全性

请参阅

参考

AdoDotNetSchemaReader 类

AdoDotNetSchemaReader 重载

Microsoft.VisualStudio.Data.Framework.AdoDotNet 命名空间