EvaluationHistoryCollection-Klasse
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>
Hinweise
Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.
Vererbungshierarchie
System. . :: . .Object
SfcCollection< (Of < ( <'EvaluationHistory, EvaluationHistory. . :: . .Key, Policy> ) > ) >
SfcDictionaryCollection< (Of < ( <'EvaluationHistory, EvaluationHistory. . :: . .Key, Policy> ) > ) >
Microsoft.SqlServer.Management.Dmf..::..EvaluationHistoryCollection
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.