IVsDataExplorerConnection.FindNode 方法 (String)

从基于名称的服务器资源管理器中检索连接节点。

命名空间:  Microsoft.VisualStudio.Data.Services
程序集:  Microsoft.VisualStudio.Data.Services(在 Microsoft.VisualStudio.Data.Services.dll 中)

语法

声明
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

参数

  • fullName
    类型:System.String
    请求的连接节点的名称。

返回值

类型:Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode
表示在服务器资源管理器中 IVsDataExplorerNode 对象请求的连接节点。

备注

FindNode 方法并传入的此方法委托 fullName 参数作为字符串参数和 false 作为 Boolean 参数。

.NET Framework 安全性

请参见

参考

IVsDataExplorerConnection 接口

FindNode 重载

Microsoft.VisualStudio.Data.Services 命名空间