ObjectSet.Key.GetUrnFragment メソッド
オブジェクト セットを表す URN (Unique Resource Name) パス文字列の一部を取得します。
名前空間: Microsoft.SqlServer.Management.Dmf
アセンブリ: Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)
構文
'宣言
Public Overrides Function GetUrnFragment As String
'使用
Dim instance As ObjectSet.Key
Dim returnValue As String
returnValue = instance.GetUrnFragment()
public override string GetUrnFragment()
public:
virtual String^ GetUrnFragment() override
abstract GetUrnFragment : unit -> string
override GetUrnFragment : unit -> string
public override function GetUrnFragment() : String
戻り値
型: System.String
URN フラグメントを格納する String 値です。
説明
URN の詳細については、「クエリ式と Uniform Resource Name」を参照してください。