SfcKey.GetUrnFragment-Methode
Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. 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
Rückgabewert
Typ: System.String
A String value that contains the URN fragment.
Hinweise
For more information about URNs, see Abfrageausdrücke und eindeutige Ressourcennamen.