AdoDotNetConnectionSupport.BaseCommand, propriété
Récupère l'objet principal d' IDbCommand utilisé pour exécuter des commandes sur cette connexion.
Espace de noms : Microsoft.VisualStudio.Data.AdoDotNet
Assembly : Microsoft.VisualStudio.Data (dans Microsoft.VisualStudio.Data.dll)
Syntaxe
'Déclaration
Protected ReadOnly Property BaseCommand As IDbCommand
protected IDbCommand BaseCommand { get; }
protected:
property IDbCommand^ BaseCommand {
IDbCommand^ get ();
}
member BaseCommand : IDbCommand with get
function get BaseCommand () : IDbCommand
Valeur de propriété
Type : IDbCommand
Retourne une instance de l'objet d' IDbCommand utilisée sur la connexion actuelle.
Notes
Toutes les opérations de commande non préparées utilisent cet objet d' IDbCommand .
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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.