INavigationEntry.SupportedUrnPaths プロパティ

このナビゲーション エントリが属する URN (Uniform Resource Name) パスを取得します。

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

構文

'宣言

ReadOnly Property SupportedUrnPaths As (Of )
    Get
'使用

Dim instance As INavigationEntry
Dim value As (Of )

value = instance.SupportedUrnPaths
<> SupportedUrnPaths { get; }
property <^>^ SupportedUrnPaths {
    <^>^ get ();
}
abstract SupportedUrnPaths : <>
function get SupportedUrnPaths () : <>

プロパティ値

型: <>
このナビゲーション エントリが属する URN (Uniform Resource Name) パスを表す文字列です。

関連項目

参照

INavigationEntry インターフェイス

Microsoft.SqlServer.Management 名前空間