次の方法で共有


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

適用対象