Partager via


Méthode Utils.GetDescriptionForEvaluationMode

Gets the description for the AutomatedEvaluationMode object supplied by the [mode] parameter.

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

Syntaxe

'Déclaration
Public Shared Function GetDescriptionForEvaluationMode ( _
    mode As AutomatedPolicyEvaluationMode _
) As String
'Utilisation
Dim mode As AutomatedPolicyEvaluationMode 
Dim returnValue As String 

returnValue = Utils.GetDescriptionForEvaluationMode(mode)
public static string GetDescriptionForEvaluationMode(
    AutomatedPolicyEvaluationMode mode
)
public:
static String^ GetDescriptionForEvaluationMode(
    AutomatedPolicyEvaluationMode mode
)
static member GetDescriptionForEvaluationMode : 
        mode:AutomatedPolicyEvaluationMode -> string
public static function GetDescriptionForEvaluationMode(
    mode : AutomatedPolicyEvaluationMode
) : String

Paramètres

Valeur de retour

Type : System.String
A string value that contains the description.

Voir aussi

Référence

Utils Classe

Espace de noms Microsoft.SqlServer.Management.Dmf