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(统一资源名称)的路径的 String

返回

一个表示有关导航实体的信息的字符串。

适用于