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
'Declaration
Public ReadOnly Property EvaluationModes As AutomatedPolicyEvaluationMode
Get
'Usage
Dim instance As EvaluationModeAttribute
Dim value As AutomatedPolicyEvaluationMode
value = instance.EvaluationModes
public AutomatedPolicyEvaluationMode EvaluationModes { get; }
public:
property AutomatedPolicyEvaluationMode EvaluationModes {
AutomatedPolicyEvaluationMode get ();
}
member EvaluationModes : AutomatedPolicyEvaluationMode
function get EvaluationModes () : 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.