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.
In this article
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
ConnectionEvaluationHistoryCollection
Constructors
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> )
Methods
Add(T)
Adds the obj to the collection
(Inherited from SfcCollection<T,K,ParentT> )
AddImpl(T)
(Inherited from SfcDictionaryCollection<T,K,ParentT> )
AddShadow(T)
(Inherited from SfcDictionaryCollection<T,K,ParentT> )
Clear()
(Inherited from SfcDictionaryCollection<T,K,ParentT> )
Contains(Int32)
Contains(K)
(Inherited from SfcDictionaryCollection<T,K,ParentT> )
Contains(T)
(Inherited from SfcDictionaryCollection<T,K,ParentT> )
CopyTo(Array, Int32)
(Inherited from SfcCollection<T,K,ParentT> )
CopyTo(T[], Int32)
(Inherited from SfcDictionaryCollection<T,K,ParentT> )
CreateAndInitializeChildObject(K)
(Inherited from SfcCollection<T,K,ParentT> )
EnsureCollectionInitialized()
(Inherited from SfcCollection<T,K,ParentT> )
FinishMerge()
(Inherited from SfcDictionaryCollection<T,K,ParentT> )
GetCollectionElementNameImpl()
(Inherited from SfcCollection<T,K,ParentT> )
GetElementFactoryImpl()
(Inherited from SfcCollection<T,K,ParentT> )
GetEnumerator()
(Inherited from SfcDictionaryCollection<T,K,ParentT> )
GetExistingObjectByKey(K)
(Inherited from SfcDictionaryCollection<T,K,ParentT> )
GetObjectByKey(K)
(Inherited from SfcDictionaryCollection<T,K,ParentT> )
InitInnerCollection()
(Inherited from SfcDictionaryCollection<T,K,ParentT> )
PrepareMerge()
(Inherited from SfcDictionaryCollection<T,K,ParentT> )
Refresh()
(Inherited from SfcCollection<T,K,ParentT> )
Refresh(Boolean)
(Inherited from SfcCollection<T,K,ParentT> )
Remove(T)
(Inherited from SfcDictionaryCollection<T,K,ParentT> )
RemoveImpl(T)
(Inherited from SfcDictionaryCollection<T,K,ParentT> )
RemoveInternal(T)
Remove the item given by the key.
Existing object are marked with a state of ToBeDropped for dropping when their parent is Altered or Dropped.
At that time the marked object will be removed fro the collection.
Pending, None or Dropped objects are removed from the collection immediately.
(Inherited from SfcCollection<T,K,ParentT> )
Rename(T, K)
(Inherited from SfcCollection<T,K,ParentT> )
TryGetValue(K, T)
(Inherited from SfcDictionaryCollection<T,K,ParentT> )
Explicit Interface Implementations
IEnumerable.GetEnumerator()
(Inherited from SfcCollection<T,K,ParentT> )
IListSource.ContainsListCollection
(Inherited from SfcCollection<T,K,ParentT> )
IListSource.GetList()
(Inherited from SfcCollection<T,K,ParentT> )
ISfcCollection.Add(SfcInstance)
(Inherited from SfcCollection<T,K,ParentT> )
ISfcCollection.AddShadow(SfcInstance)
(Inherited from SfcCollection<T,K,ParentT> )
ISfcCollection.Count
(Inherited from SfcCollection<T,K,ParentT> )
ISfcCollection.EnsureInitialized()
(Inherited from SfcCollection<T,K,ParentT> )
ISfcCollection.FinishMerge()
(Inherited from SfcCollection<T,K,ParentT> )
ISfcCollection.GetCollectionElementNameImpl()
(Inherited from SfcCollection<T,K,ParentT> )
ISfcCollection.GetElementFactory()
(Inherited from SfcCollection<T,K,ParentT> )
ISfcCollection.GetExisting(SfcKey, SfcInstance)
(Inherited from SfcCollection<T,K,ParentT> )
ISfcCollection.GetObjectByKey(SfcKey)
(Inherited from SfcCollection<T,K,ParentT> )
ISfcCollection.Initialized
(Inherited from SfcCollection<T,K,ParentT> )
ISfcCollection.Parent
(Inherited from SfcCollection<T,K,ParentT> )
ISfcCollection.PrepareMerge()
(Inherited from SfcCollection<T,K,ParentT> )
ISfcCollection.Remove(SfcInstance)
(Inherited from SfcCollection<T,K,ParentT> )
ISfcCollection.RemoveElement(SfcInstance)
(Inherited from SfcCollection<T,K,ParentT> )
ISfcCollection.Rename(SfcInstance, SfcKey)
(Inherited from SfcCollection<T,K,ParentT> )
Applies to