Utils.GetEvaluationModeByDescription(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Given descriptive names, provides the evaluation mode enum
public static Microsoft.SqlServer.Management.Dmf.AutomatedPolicyEvaluationMode GetEvaluationModeByDescription (string execModeDescription);
static member GetEvaluationModeByDescription : string -> Microsoft.SqlServer.Management.Dmf.AutomatedPolicyEvaluationMode
Public Shared Function GetEvaluationModeByDescription (execModeDescription As String) As AutomatedPolicyEvaluationMode
Parameters
- execModeDescription
- String