IVsDataExplorerConnection.ConnectionNode Property

Definition

Gets the current connection node in Server Explorer.

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

Property Value

An IVsDataExplorerNode object representing the current connection node.

Applies to