Freigeben über


PolicyCategory.Key.GetUrnFragment-Methode

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

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

Syntax

'Declaration
Public Overrides Function GetUrnFragment As String
'Usage
Dim instance As PolicyCategory.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

Rückgabewert

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

Hinweise

For more information about URNs, see Abfrageausdrücke und eindeutige Ressourcennamen.

Siehe auch

Verweis

PolicyCategory.Key Klasse

Microsoft.SqlServer.Management.Dmf-Namespace