Freigeben über


AdoDotNetConnectionSupport.Connection-Eigenschaft

Ruft das DbConnection-Objekt ab, das die aktuelle Verbindungsunterstützungsinstanz verwendet wird.

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

Syntax

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

Eigenschaftswert

Typ: DbConnection
Eine DbConnection-Objektinstanz.

.NET Framework-Sicherheit

Siehe auch

Referenz

AdoDotNetConnectionSupport Klasse

Microsoft.VisualStudio.Data.Framework.AdoDotNet-Namespace