IVsDataExplorerConnection.ConnectionNode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.