PolicyCategorySubscription.Key.GetUrnFragment Method ()

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

public override string GetUrnFragment()
public:
virtual String^ GetUrnFragment() override
override GetUrnFragment : unit -> string
Public Overrides Function GetUrnFragment As String

Return Value

Type: System.String

A String value that contains the URN fragment.

Remarks

For more information about URNs, see Query Expressions and Uniform Resource Names.

See Also

PolicyCategorySubscription.Key Class
Microsoft.SqlServer.Management.Dmf Namespace

Return to top