Metodo SfcKey.GetUrnFragment

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di 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]..

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public MustOverride Function GetUrnFragment As String
'Utilizzo
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

Valore restituito

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

Osservazioni

For more information about URNs, see Espressioni di query e Uniform Resource Name.

Vedere anche

Riferimento

SfcKey Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc