Compartir a través de


ConnectionEvaluationHistory Clase

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

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

Sintaxis

'Declaración
Public NotInheritable Class ConnectionEvaluationHistory _
    Inherits SfcInstance
'Uso
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

Notas

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.

Este espacio de nombres, clase o miembro solo se admite en la versión 2.0 de Microsoft .NET Framework.

Jerarquía de herencia

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

Seguridad para subprocesos

Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.