IExplorerNavigationService.GetView(String) 方法

定义

指定有关导航实体的信息的视图。

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

参数

urnPath
String

一个表示 URN(统一资源名称)的路径的 String

返回

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

适用于