Partager via


Classe EvaluationDetail

The EvaluationDetail object represents the evaluation information that is stored in the system catalogs about the parent policy for a given target.

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (dans Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
Public NotInheritable Class EvaluationDetail _
    Inherits SfcInstance
'Utilisation
Dim instance As EvaluationDetail
public sealed class EvaluationDetail : SfcInstance
public ref class EvaluationDetail sealed : public SfcInstance
[<SealedAttribute>]
type EvaluationDetail =  
    class
        inherit SfcInstance
    end
public final class EvaluationDetail extends SfcInstance

Notes

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 the collection of ConnectionEvaluationHistory objects in ConnectionEvaluationHistories property. Evaluation details for each target object are in the EvaluationDetail object.

The evaluation history information for a policy is also in the syspolicy_policy_execution_history_details system catalog.

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Hiérarchie d'héritage

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

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.