SfcKey.GetUrnFragment メソッド

このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。現在の [T:Microsoft.SqlServer.Management. Sdk.Sfc.SfcKey] で識別されるオブジェクトを表す URN (Unique Resource Name) パス文字列の一部を取得します。

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

構文

'宣言
Public MustOverride Function GetUrnFragment As String
'使用
Dim instance As SfcKey 
Dim returnValue As String 

returnValue = instance.GetUrnFragment()
public abstract string GetUrnFragment()
public:
virtual String^ GetUrnFragment() abstract
abstract GetUrnFragment : unit -> string
public abstract function GetUrnFragment() : String

戻り値

型: System.String
URN フラグメントを格納する String 値です。

説明

URN の詳細については、「クエリ式と Uniform Resource Name」を参照してください。

関連項目

参照

SfcKey クラス

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間