SfcKey.GetUrnFragment Method ()

 

Applies To: SQL Server 2016 Preview

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

public abstract string GetUrnFragment()
public:
virtual String^ GetUrnFragment() abstract
abstract GetUrnFragment : unit -> string
Public MustOverride Function GetUrnFragment As String

Return Value

Type: System.String

A String value that contains the URN fragment.

Remarks

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

See Also

SfcKey Class
Microsoft.SqlServer.Management.Sdk.Sfc Namespace

Return to top