Partilhar via


Propriedade AdoDotNetConnectionSupport.CurrentCommand

Obtém o objeto de DbCommand atualmente sendo usado pela instância atual de suporte de conexão.

Namespace:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (em Microsoft.VisualStudio.Data.Framework.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Data.Common.DbCommand
Uma instância do objeto de DbCommand .

Segurança do .NET Framework

Consulte também

Referência

AdoDotNetConnectionSupport Classe

Namespace Microsoft.VisualStudio.Data.Framework.AdoDotNet