Proprietà AdoDotNetConnectionSupport.CurrentCommand
Ottiene l'oggetto DbCommand attualmente utilizzato dall'istanza corrente di supporto di connessione.
Spazio dei nomi: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Sintassi
'Dichiarazione
Protected Property CurrentCommand As DbCommand
protected DbCommand CurrentCommand { get; set; }
protected:
property DbCommand^ CurrentCommand {
DbCommand^ get ();
void set (DbCommand^ value);
}
member CurrentCommand : DbCommand with get, set
function get CurrentCommand () : DbCommand
function set CurrentCommand (value : DbCommand)
Valore proprietà
Tipo: DbCommand
Un'istanza di oggetto DbCommand.
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.
Vedere anche
Riferimenti
AdoDotNetConnectionSupport Classe
Spazio dei nomi Microsoft.VisualStudio.Data.Framework.AdoDotNet