PolicyStore.UnsubscribeFromPolicyCategory Method

Unsubscribes the policy store from the category specified by the policyCategory and target parameters.

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

Syntax

'Declaration
Public Sub UnsubscribeFromPolicyCategory ( _
    target As SfcQueryExpression, _
    policyCategory As String _
)
'Usage
Dim instance As PolicyStore 
Dim target As SfcQueryExpression 
Dim policyCategory As String

instance.UnsubscribeFromPolicyCategory(target, _
    policyCategory)
public void UnsubscribeFromPolicyCategory(
    SfcQueryExpression target,
    string policyCategory
)
public:
void UnsubscribeFromPolicyCategory(
    SfcQueryExpression^ target, 
    String^ policyCategory
)
member UnsubscribeFromPolicyCategory : 
        target:SfcQueryExpression * 
        policyCategory:string -> unit
public function UnsubscribeFromPolicyCategory(
    target : SfcQueryExpression, 
    policyCategory : String
)

Parameters

  • policyCategory
    Type: System.String
    A string value that specifies the policy category.

See Also

Reference

PolicyStore Class

Microsoft.SqlServer.Management.Dmf Namespace