Condividi tramite


Metodo GetUrnFragment

Gets the unique resource name (URN) path partial string that represents the evaluation detail.

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

Sintassi

'Dichiarazione
Public Overrides Function GetUrnFragment As String
'Utilizzo
Dim instance As EvaluationDetail..::..Key
Dim returnValue As String

returnValue = instance.GetUrnFragment()
public override string GetUrnFragment()
public:
virtual String^ GetUrnFragment() override
abstract GetUrnFragment : unit -> string 
override GetUrnFragment : unit -> string 
public override 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 nomi di risorse univoci.