Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- target
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcQueryExpression
A SfcQueryExpression object.
- policyCategory
Type: System.String
A string value that specifies the policy category.