Compartir a través de


Utils.GetDescriptionForEvaluationMode Método

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

Espacio de nombres:  Microsoft.SqlServer.Management.Dmf
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
Public Shared Function GetDescriptionForEvaluationMode ( _
    mode As AutomatedPolicyEvaluationMode _
) As String
'Uso
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

Parámetros

Valor devuelto

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

Vea también

Referencia

Utils Clase

Espacio de nombres Microsoft.SqlServer.Management.Dmf