Freigeben über


PolicyStore.UnsubscribeFromPolicyCategory-Methode

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
)

Parameter

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

Siehe auch

Verweis

PolicyStore Klasse

Microsoft.SqlServer.Management.Dmf-Namespace