IObjectExplorerService.FindNode(String) 方法

定义

在对象资源管理器层次结构中为节点检索 INodeInformation 对象。

public:
 Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeInformation ^ FindNode(System::String ^ urn);
public Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation FindNode (string urn);
abstract member FindNode : string -> Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation
Public Function FindNode (urn As String) As INodeInformation

参数

urn
String

表示路径的字符串。

返回

返回一个 INodeInformation 对象。

适用于