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
)

参数

.NET Framework 安全性

请参见

参考

AdoDotNetSchemaReader 类

AdoDotNetSchemaReader 重载

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