Méthode GetSupportedEvaluationMode

Gets the evaluation mode for the condition.

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
Public Function GetSupportedEvaluationMode As AutomatedPolicyEvaluationMode
'Utilisation
Dim instance As Condition
Dim returnValue As AutomatedPolicyEvaluationMode

returnValue = instance.GetSupportedEvaluationMode()
public AutomatedPolicyEvaluationMode GetSupportedEvaluationMode()
public:
AutomatedPolicyEvaluationMode GetSupportedEvaluationMode()
member GetSupportedEvaluationMode : unit -> AutomatedPolicyEvaluationMode 
public function GetSupportedEvaluationMode() : AutomatedPolicyEvaluationMode

Valeur de retour

Type : Microsoft.SqlServer.Management.Dmf. . :: . .AutomatedPolicyEvaluationMode
An AutomatedPolicyEvalutationMode object that specifies the execution mode for the condition.

Exemples

C#

AutomatedPolicyEvaluationMode evalMode = new AutomatedEvaluationMode;
evalMode = c.GetSupportedEvaluationMode();

VB

Dim evalMode As AutomatedPolicyEvaluationMode
evalMode = New AutomatedEvaluationMode
evalMode = c.GetSupportedEvaluationMode()