共用方式為


ConnectionEvaluationHistory 類別

The ConnectionEvaluationHistory object represents the information that is stored in the system catalogs to evaluate the policy on a specific instance of SQL Server.

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

語法

'宣告
Public NotInheritable Class ConnectionEvaluationHistory _
    Inherits SfcInstance
'用途
Dim instance As ConnectionEvaluationHistory
public sealed class ConnectionEvaluationHistory : SfcInstance
public ref class ConnectionEvaluationHistory sealed : public SfcInstance
[<SealedAttribute>]
type ConnectionEvaluationHistory =  
    class
        inherit SfcInstance
    end
public final class ConnectionEvaluationHistory extends SfcInstance

備註

The evaluation history contains information for all the targets in the policy. However, the details of the evaluation for each instance of SQL Server are stored in ConnectionEvaluationHistory objects. Evaluation details for each target object are in the collection of EvaluationDetail objects that is referenced by the EvaluationDetails property.

The evaluation history detail for an instance of SQL Server is also in the syspolicy_policy_execution_history_details (Transact-SQL) system catalog.

只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。

繼承階層

System. . :: . .Object
  SfcInstance
    Microsoft.SqlServer.Management.Dmf..::..ConnectionEvaluationHistory

執行緒安全性

這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。