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

String A 代表 URN(統一資源名稱)的路徑。

傳回

一個代表導航實體資訊的字串。

適用於