Freigeben über


AdoDotNetConnectionSupport.Connection-Eigenschaft

Ruft das IDbConnection-Objekt ab, das von der aktuellen Verbindungsstützinstanz verwendet wird.

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

Syntax

'Declaration
Protected ReadOnly Property Connection As IDbConnection
protected IDbConnection Connection { get; }
protected:
property IDbConnection^ Connection {
    IDbConnection^ get ();
}
member Connection : IDbConnection with get
function get Connection () : IDbConnection

Eigenschaftswert

Typ: IDbConnection
Gibt eine IDbConnection-Objektinstanz zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

AdoDotNetConnectionSupport Klasse

Microsoft.VisualStudio.Data.AdoDotNet-Namespace