Freigeben über


DataObjectConceptMapper.Connection-Eigenschaft

Ruft die aktive für jeden ab Code verwendet werden DataConnection-Objektinstanz, der auf verbindungsspezifischen Informationen abhängt.

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

Syntax

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

Eigenschaftswert

Typ: Microsoft.VisualStudio.Data.DataConnection
Gibt die aktive DataConnection-Objektinstanz zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

DataObjectConceptMapper Klasse

Microsoft.VisualStudio.Data-Namespace