AdHocPolicyEvaluationMode Enumeration
The AdHocPolicyEvaluationMode enumeration contains values that specify the method that is used to evaluate the policy.
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
| Member name | Description | |
|---|---|---|
| Check | Immediately runs the policy in check mode. | |
| CheckSqlScriptAsProxy | Evaluates the policy using the Check SQL Script Proxy mode. | |
| Configure | Reconfigures the targets to comply with the policy. |
The AdHocPolicyEvaluationMode enumeration class is served by the Evaluate method.
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Show: