AdoDotNetSchemaReader, constructeur (DbDataReader, DbCommand)
Initialise une nouvelle instance de la classe d' AdoDotNetSchemaReader avec un objet lecteur de données et un objet de commande de données.
Espace de noms : Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly : Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- reader
Type : System.Data.Common.DbDataReader
Un objet d' DbDataReader contenant le jeu de résultats et le schéma.
- command
Type : System.Data.Common.DbCommand
Un objet d' DbCommand encapsulant la commande a exécuté sur la source de données, qui permet à l'implémentation de la méthode d' Terminate pour appeler CancelAsync sur la commande.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
AdoDotNetSchemaReader, surcharge
Microsoft.VisualStudio.Data.Framework.AdoDotNet, espace de noms