IVsDataExplorerConnection.ConnectionNode Property

Gets the current connection node in Server Explorer.

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

Syntax

'宣言
ReadOnly Property ConnectionNode As IVsDataExplorerNode
'使用
Dim instance As IVsDataExplorerConnection
Dim value As IVsDataExplorerNode

value = instance.ConnectionNode
IVsDataExplorerNode ConnectionNode { get; }
property IVsDataExplorerNode^ ConnectionNode {
    IVsDataExplorerNode^ get ();
}
function get ConnectionNode () : IVsDataExplorerNode

Property Value

Type: Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode

An IVsDataExplorerNode object representing the current connection node.

Permissions

See Also

Reference

IVsDataExplorerConnection Interface

IVsDataExplorerConnection Members

Microsoft.VisualStudio.Data.Services Namespace