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 개체를 반환합니다.

적용 대상