Freigeben über


ConnectionEvaluationHistoryCollection-Klasse

The ConnectionEvaluationHistoryCollection class represents a collection of ConnectionEvaluationHistory objects that represent all the connection evaluation histories that are in the evaluation history.

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

Syntax

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

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 < ( <'ConnectionEvaluationHistory, ConnectionEvaluationHistory. . :: . .Key, EvaluationHistory> ) > ) >
    SfcDictionaryCollection< (Of < ( <'ConnectionEvaluationHistory, ConnectionEvaluationHistory. . :: . .Key, EvaluationHistory> ) > ) >
      Microsoft.SqlServer.Management.Dmf..::..ConnectionEvaluationHistoryCollection

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.