EvaluationModeAttribute.AutomatedPolicyEvaluationMode Property

 

Gets or sets the evaluation mode for the policy.

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

Syntax

public AutomatedPolicyEvaluationMode AutomatedPolicyEvaluationMode { get; set; }
public:
property AutomatedPolicyEvaluationMode AutomatedPolicyEvaluationMode {
    AutomatedPolicyEvaluationMode get();
    void set(AutomatedPolicyEvaluationMode value);
}
member AutomatedPolicyEvaluationMode : AutomatedPolicyEvaluationMode with get, set
Public Property AutomatedPolicyEvaluationMode As AutomatedPolicyEvaluationMode

Property Value

Type: Microsoft.SqlServer.Management.Dmf.AutomatedPolicyEvaluationMode

An AutomatedPolicyEvaluationMode object value that specifies the evaluation mode that is associated with the policy.

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

See Also

EvaluationModeAttribute Class
Microsoft.SqlServer.Management.Facets Namespace

Return to top