GetUrnFragment Método
Gets the unique resource name (URN) path partial string that represents the policy category subscription.
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
Public Overrides Function GetUrnFragment As String
'Uso
Dim instance As PolicyCategorySubscription..::..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
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 únicos.