Compartilhar via


Método PolicyCategorySubscription.Key.GetUrnFragment

Gets the unique resource name (URN) path partial string that represents the policy category subscription.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)

Sintaxe

'Declaração
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 de retorno

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

Comentários

For more information about URNs, see Expressões de consultas e nomes de recursos uniformes.

Consulte também

Referência

PolicyCategorySubscription.Key Classe

Namespace Microsoft.SqlServer.Management.Dmf