Freigeben über


IVsDataExplorerConnection.Connection-Eigenschaft

Ruft die Datenverbindung nach dem aktuellen Verbindungsknoten im Server-Explorer ab.

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

Syntax

'Declaration
ReadOnly Property Connection As IVsDataConnection
IVsDataConnection Connection { get; }
property IVsDataConnection^ Connection {
    IVsDataConnection^ get ();
}
abstract Connection : IVsDataConnection with get
function get Connection () : IVsDataConnection

Eigenschaftswert

Typ: Microsoft.VisualStudio.Data.Services.IVsDataConnection
Ein IVsDataConnection-Objekt, das die Datenverbindung darstellt.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsDataExplorerConnection Schnittstelle

Microsoft.VisualStudio.Data.Services-Namespace