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
'Déclaration
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.