Condividi tramite


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

Vedere anche

Riferimenti

AdoDotNetConnectionSupport Classe

Spazio dei nomi Microsoft.VisualStudio.Data.Framework.AdoDotNet