IVsDataExplorerConnection.FindNode Method (String)

Retrieves the connection node from Server Explorer based on its name.

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

Syntax

声明
Function FindNode ( _
    fullName As String _
) As IVsDataExplorerNode
IVsDataExplorerNode FindNode(
    string fullName
)
IVsDataExplorerNode^ FindNode(
    String^ fullName
)
abstract FindNode : 
        fullName:string -> IVsDataExplorerNode 
function FindNode(
    fullName : String
) : IVsDataExplorerNode

Parameters

  • fullName
    Type: System.String
    The name of the requested connection node.

Return Value

Type: Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode
An IVsDataExplorerNode object representing the requested connection node in Server Explorer.

Remarks

This method delegates to the FindNode method and passes the fullName parameter as the string argument and false as the Boolean argument.

.NET Framework Security

See Also

Reference

IVsDataExplorerConnection Interface

FindNode Overload

Microsoft.VisualStudio.Data.Services Namespace