IExplorerNavigationService.GetEntity(String) メソッド

定義

ナビゲーション エンティティに関する情報を指定します。

public:
 Microsoft::SqlServer::Management::IExplorerEntityDescriptor ^ GetEntity(System::String ^ urnPath);
public Microsoft.SqlServer.Management.IExplorerEntityDescriptor GetEntity (string urnPath);
abstract member GetEntity : string -> Microsoft.SqlServer.Management.IExplorerEntityDescriptor
Public Function GetEntity (urnPath As String) As IExplorerEntityDescriptor

パラメーター

urnPath
String

URN (Uniform Resource Name) のパスを表す String です。

戻り値

ナビゲーション エンティティに関する情報を表す文字列です。

適用対象