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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.