Partilhar via


Propriedade IVsDataExplorerConnection.Connection

Obtém a conexão de dados que corresponde ao nó atual de conexão no server Explorer.

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

Sintaxe

'Declaração
ReadOnly Property Connection As IVsDataConnection
IVsDataConnection Connection { get; }
property IVsDataConnection^ Connection {
    IVsDataConnection^ get ();
}
abstract Connection : IVsDataConnection
function get Connection () : IVsDataConnection

Valor de propriedade

Tipo: Microsoft.VisualStudio.Data.Services.IVsDataConnection
Um objeto de IVsDataConnection que representa a conexão de dados.

Segurança do .NET Framework

Consulte também

Referência

IVsDataExplorerConnection Interface

Namespace Microsoft.VisualStudio.Data.Services