共用方式為


Utils.GetDescriptionForEvaluationMode 方法

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

命名空間:  Microsoft.SqlServer.Management.Dmf
組件:  Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)

語法

'宣告
Public Shared Function GetDescriptionForEvaluationMode ( _
    mode As AutomatedPolicyEvaluationMode _
) As String
'用途
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

參數

傳回值

型別:System.String
A string value that contains the description.

請參閱

參考

Utils 類別

Microsoft.SqlServer.Management.Dmf 命名空間