Classe ConnectionEvaluationHistoryCollection
The ConnectionEvaluationHistoryCollection class represents a collection of ConnectionEvaluationHistory objects that represent all the connection evaluation histories that are in the evaluation history.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (dans Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public NotInheritable Class ConnectionEvaluationHistoryCollection _
Inherits SfcDictionaryCollection(Of ConnectionEvaluationHistory, ConnectionEvaluationHistory..::..Key, EvaluationHistory)
'Utilisation
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>
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.
Hiérarchie d'héritage
System. . :: . .Object
SfcCollection< (Of < ( <'ConnectionEvaluationHistory, ConnectionEvaluationHistory. . :: . .Key, EvaluationHistory> ) > ) >
SfcDictionaryCollection< (Of < ( <'ConnectionEvaluationHistory, ConnectionEvaluationHistory. . :: . .Key, EvaluationHistory> ) > ) >
Microsoft.SqlServer.Management.Dmf..::..ConnectionEvaluationHistoryCollection
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.