SfcKey.GetUrnFragment 方法
不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Gets the unique resource name (URN) path partial string that represents the object identified by the current [T:Microsoft.SqlServer.Management. Sdk.Sfc.SfcKey]..
命名空間: 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
A String value that contains the URN fragment.
備註
For more information about URNs, see 查詢運算式和統一的資源名稱.