Share via


IExplorerNavigationService.GetView メソッド

ナビゲーション エンティティに関する情報のビューを指定します。

名前空間:  Microsoft.SqlServer.Management
アセンブリ:  Microsoft.SqlServer.Management.SDK.SqlStudio (Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

構文

'宣言

Function GetView ( _
    urnPath As  _
) As IExplorerViewDescriptor
'使用

Dim instance As IExplorerNavigationService
Dim urnPath As 
Dim returnValue As IExplorerViewDescriptor

returnValue = instance.GetView(urnPath)
IExplorerViewDescriptor GetView(
     urnPath
)
IExplorerViewDescriptor^ GetView(
    ^ urnPath
)
abstract GetView : 
        urnPath: -> IExplorerViewDescriptor 
function GetView(
    urnPath : 
) : IExplorerViewDescriptor

パラメーター

  • urnPath
    型:
    URN (Uniform Resource Name) のパスを表す System.String です。

戻り値

型: Microsoft.SqlServer.Management.IExplorerViewDescriptor
ナビゲーション エンティティに関する情報のビューを表す文字列です。

関連項目

参照

IExplorerNavigationService インターフェイス

Microsoft.SqlServer.Management 名前空間