Sdílet prostřednictvím


EvaluationHistoryCollection Class

The EvaluationHistoryCollection class represents a collection of EvaluationHistory objects that represent all evaluation histories that are in the policy store.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public NotInheritable Class EvaluationHistoryCollection _
    Inherits SfcDictionaryCollection(Of EvaluationHistory, EvaluationHistory..::..Key, Policy)
'Usage
Dim instance As EvaluationHistoryCollection
public sealed class EvaluationHistoryCollection : SfcDictionaryCollection<EvaluationHistory, EvaluationHistory..::..Key, Policy>
public ref class EvaluationHistoryCollection sealed : public SfcDictionaryCollection<EvaluationHistory^, EvaluationHistory..::..Key^, Policy^>
[<SealedAttribute>]
type EvaluationHistoryCollection =  
    class
        inherit SfcDictionaryCollection<EvaluationHistory, EvaluationHistory..::..Key, Policy>
    end
public final class EvaluationHistoryCollection extends SfcDictionaryCollection<EvaluationHistory, EvaluationHistory..::..Key, Policy>

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Inheritance Hierarchy

System.Object
  SfcCollection<EvaluationHistory, EvaluationHistory.Key, Policy>
    SfcDictionaryCollection<EvaluationHistory, EvaluationHistory.Key, Policy>
      Microsoft.SqlServer.Management.Dmf.EvaluationHistoryCollection

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.