Freigeben über


AdoDotNetConnectionSupport.BaseCommand-Eigenschaft

Ruft das IDbCommand-Objekt ab, das zum Ausführen von Befehlen auf dieser Verbindung verwendet wird.

Namespace:  Microsoft.VisualStudio.Data.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

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

Eigenschaftswert

Typ: IDbCommand
Gibt eine IDbCommand-Objektinstanz zurück, die auf der aktuellen Verbindung gespeichert wird.

Hinweise

Alle unvorbereiteten Befehlausführungen verwenden dieses IDbCommand-Objekt.

.NET Framework-Sicherheit

Siehe auch

Referenz

AdoDotNetConnectionSupport Klasse

Microsoft.VisualStudio.Data.AdoDotNet-Namespace