Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the evaluation mode for the condition.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Function GetSupportedEvaluationMode As AutomatedPolicyEvaluationMode
'Usage
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
Rückgabewert
Typ: Microsoft.SqlServer.Management.Dmf.AutomatedPolicyEvaluationMode
An AutomatedPolicyEvalutationMode object that specifies the execution mode for the condition.
Beispiele
C#
AutomatedPolicyEvaluationMode evalMode = new AutomatedEvaluationMode;
evalMode = c.GetSupportedEvaluationMode();
VB
Dim evalMode As AutomatedPolicyEvaluationMode
evalMode = New AutomatedEvaluationMode
evalMode = c.GetSupportedEvaluationMode()