EvaluationModeAttribute.EvaluationModes Property

 

Gets the evaluation modes for the attribute.

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

Syntax

public AutomatedPolicyEvaluationMode EvaluationModes { get; }
public:
property AutomatedPolicyEvaluationMode EvaluationModes {
    AutomatedPolicyEvaluationMode get();
}
member EvaluationModes : AutomatedPolicyEvaluationMode with get
Public ReadOnly Property EvaluationModes As AutomatedPolicyEvaluationMode

Property Value

Type: Microsoft.SqlServer.Management.Dmf.AutomatedPolicyEvaluationMode

An AutomatedPolicyEvaluationMode object value that specifies the evaluation modes that are 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