Partilhar via


Método Utils.GetDescriptionForEvaluationMode

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

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)

Sintaxe

'Declaração
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 de retorno

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

Consulte também

Referência

Utils Classe

Namespace Microsoft.SqlServer.Management.Dmf