Freigeben über


EvaluationModeAttribute.EvaluationModes-Eigenschaft

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

Eigenschaftswert

Typ: Microsoft.SqlServer.Management.Dmf.AutomatedPolicyEvaluationMode
An AutomatedPolicyEvaluationMode object value that specifies the evaluation modes that are associated with the policy.

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Siehe auch

Verweis

EvaluationModeAttribute Klasse

Microsoft.SqlServer.Management.Facets-Namespace