ConnectionEvaluationHistoryCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This is the collection for ConnectionEvaluationHistorys.
public sealed class ConnectionEvaluationHistoryCollection : Microsoft.SqlServer.Management.Sdk.Sfc.SfcDictionaryCollection<Microsoft.SqlServer.Management.Dmf.ConnectionEvaluationHistory,Microsoft.SqlServer.Management.Dmf.ConnectionEvaluationHistory.Key,Microsoft.SqlServer.Management.Dmf.EvaluationHistory>
type ConnectionEvaluationHistoryCollection = class
inherit SfcDictionaryCollection<ConnectionEvaluationHistory, ConnectionEvaluationHistory.Key, EvaluationHistory>
Public NotInheritable Class ConnectionEvaluationHistoryCollection
Inherits SfcDictionaryCollection(Of ConnectionEvaluationHistory, ConnectionEvaluationHistory.Key, EvaluationHistory)
- Inheritance
-
SfcDictionaryCollection<ConnectionEvaluationHistory,ConnectionEvaluationHistory.Key,EvaluationHistory>ConnectionEvaluationHistoryCollection
Constructors
ConnectionEvaluationHistoryCollection(EvaluationHistory) |
Properties
Count | (Inherited from SfcDictionaryCollection<T,K,ParentT>) |
Initialized | (Inherited from SfcCollection<T,K,ParentT>) |
IsReadOnly | (Inherited from SfcDictionaryCollection<T,K,ParentT>) |
IsSynchronized | (Inherited from SfcCollection<T,K,ParentT>) |
Item[Int32] | |
Item[K] | (Inherited from SfcCollection<T,K,ParentT>) |
Parent | (Inherited from SfcCollection<T,K,ParentT>) |
SyncRoot | (Inherited from SfcCollection<T,K,ParentT>) |