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

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

傳回

一個字串,代表關於導航實體的資訊視圖。

適用於