Partager via


AdoDotNetSchemaReader, constructeur (IDataReader, IDbCommand)

Constructeur de classe.Initialise une nouvelle instance de la classe d' AdoDotNetSchemaReader avec IDataReader et IDbCommand objets.

Espace de noms :  Microsoft.VisualStudio.Data.AdoDotNet
Assembly :  Microsoft.VisualStudio.Data (dans Microsoft.VisualStudio.Data.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    dataReader As IDataReader, _
    command As IDbCommand _
)
public AdoDotNetSchemaReader(
    IDataReader dataReader,
    IDbCommand command
)
public:
AdoDotNetSchemaReader(
    IDataReader^ dataReader, 
    IDbCommand^ command
)
new : 
        dataReader:IDataReader * 
        command:IDbCommand -> AdoDotNetSchemaReader
public function AdoDotNetSchemaReader(
    dataReader : IDataReader, 
    command : IDbCommand
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

AdoDotNetSchemaReader Classe

AdoDotNetSchemaReader, surcharge

Microsoft.VisualStudio.Data.AdoDotNet, espace de noms