Condividi tramite


Proprietà AdoDotNetConnectionSupport.BaseCommand

Recupera l'oggetto principale IDbCommand utilizzato per eseguire comandi su questa connessione.

Spazio dei nomi:  Microsoft.VisualStudio.Data.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Sintassi

'Dichiarazione
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

Valore proprietà

Tipo: IDbCommand
Restituisce un'istanza di un oggetto IDbCommand occupata nella connessione corrente.

Note

Tutte le esecuzioni di controlli non si utilizzano questo oggetto IDbCommand.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

AdoDotNetConnectionSupport Classe

Spazio dei nomi Microsoft.VisualStudio.Data.AdoDotNet