Поделиться через


Класс EvaluationDetail

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

Пространство имен:  Microsoft.SqlServer.Management.Dmf
Сборка:  Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)

Синтаксис

'Декларация
Public NotInheritable Class EvaluationDetail _
    Inherits SfcInstance
'Применение
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

Замечания

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.

Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.

Иерархия наследования

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

Потоковая защита

Все открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность элементов экземпляров не гарантируется.