SfcKey.GetUrnFragment Method

Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets the unique resource name (URN) path partial string that represents the object identified by the current [T:Microsoft.SqlServer.Management. Sdk.Sfc.SfcKey]..

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public MustOverride Function GetUrnFragment As String
'Usage
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

Return Value

Type: System.String
A String value that contains the URN fragment.

Remarks

For more information about URNs, see Query Expressions and Unique Resource Names.