EvaluationModeAttribute Constructor (AutomatedPolicyEvaluationMode)

 

Initializes a new instance of the EvaluationModeAttribute class that has the specified evaluation mode.

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

Syntax

public EvaluationModeAttribute(
    AutomatedPolicyEvaluationMode evaluationModes
)
public:
EvaluationModeAttribute(
    AutomatedPolicyEvaluationMode evaluationModes
)
new : 
        evaluationModes:AutomatedPolicyEvaluationMode -> EvaluationModeAttribute
Public Sub New (
    evaluationModes As AutomatedPolicyEvaluationMode
)

Parameters

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