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 (Uniform Resource Name) のパスを表す String です。

戻り値

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

適用対象