SfcKey.GetUrnFragment Método
No haga referencia directamente a este miembro en el código. Admite la infraestructura de 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]..
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public MustOverride Function GetUrnFragment As String
'Uso
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
Valor devuelto
Tipo: System.String
A String value that contains the URN fragment.
Comentarios
For more information about URNs, see Expresiones de consulta y nombres de recursos uniformes.