Share via


IVsDataExplorerNode.ExplorerConnection Property

Definition

Gets the data explorer connection that is currently being used.

public:
 property Microsoft::VisualStudio::Data::Services::IVsDataExplorerConnection ^ ExplorerConnection { Microsoft::VisualStudio::Data::Services::IVsDataExplorerConnection ^ get(); };
public Microsoft.VisualStudio.Data.Services.IVsDataExplorerConnection ExplorerConnection { get; }
member this.ExplorerConnection : Microsoft.VisualStudio.Data.Services.IVsDataExplorerConnection
Public ReadOnly Property ExplorerConnection As IVsDataExplorerConnection

Property Value

An IVsDataExplorerConnection object representing the data connection.

Applies to