IExplorerNavigationService.GetEntity メソッド

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

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

構文

'宣言

Function GetEntity ( _
    urnPath As  _
) As IExplorerEntityDescriptor
'使用

Dim instance As IExplorerNavigationService
Dim urnPath As 
Dim returnValue As IExplorerEntityDescriptor

returnValue = instance.GetEntity(urnPath)
IExplorerEntityDescriptor GetEntity(
     urnPath
)
IExplorerEntityDescriptor^ GetEntity(
    ^ urnPath
)
abstract GetEntity : 
        urnPath: -> IExplorerEntityDescriptor 
function GetEntity(
    urnPath : 
) : IExplorerEntityDescriptor

パラメーター

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

戻り値

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

関連項目

参照

IExplorerNavigationService インターフェイス

Microsoft.SqlServer.Management 名前空間