Classe EvaluationDetail
The EvaluationDetail object represents the evaluation information that is stored in the system catalogs about the parent policy for a given target.
Spazio dei nomi: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class EvaluationDetail _
Inherits SfcInstance
'Utilizzo
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
Osservazioni
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.
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
Gerarchia di ereditarietà
System. . :: . .Object
SfcInstance
Microsoft.SqlServer.Management.Dmf..::..EvaluationDetail
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.