Sdílet prostřednictvím


ConnectionEvaluationHistoryCollection Class

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>

Remarks

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

Inheritance Hierarchy

System.Object
  SfcCollection<ConnectionEvaluationHistory, ConnectionEvaluationHistory.Key, EvaluationHistory>
    SfcDictionaryCollection<ConnectionEvaluationHistory, ConnectionEvaluationHistory.Key, EvaluationHistory>
      Microsoft.SqlServer.Management.Dmf.ConnectionEvaluationHistoryCollection

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.