言語

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 オブジェクトを返します。

適用対象