AggregationInstanceCollection Methods
SQL Server 2008 R2
The AggregationInstanceCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Add() | Creates and adds an AggregationInstance to the end of the collection. |
|
Add(String) | Creates and adds an AggregationInstance, with the specified identifier, to the end of the collection. |
|
Add(AggregationInstance) | Adds an AggregationInstance to the end of the collection. |
|
Add(ModelComponent) | Infrastructure. (Inherited from NamedComponentCollection.) |
|
Add(String, String) | Creates and adds an AggregationInstance, with the specified name and identifier, to the end of the collection. |
|
Add(String, IModelComponent) | (Inherited from ModelComponentCollection.) |
|
Add(ModelComponent, Boolean) | Infrastructure. (Inherited from ModelComponentCollection.) |
|
Add(String, IModelComponent, Boolean) | (Inherited from ModelComponentCollection.) |
|
AddNew(String, Type) | Infrastructure. (Inherited from ModelComponentCollection.) |
|
AddNew(String, String, Type) | Infrastructure. (Inherited from ModelComponentCollection.) |
|
CanAdd | Infrastructure. (Inherited from NamedComponentCollection.) |
|
ChangeKey | Infrastructure. (Inherited from ModelComponentCollection.) |
|
Clear | Removes all elements from the ModelComponentCollection. (Inherited from ModelComponentCollection.) |
|
Contains(String) | Indicates whether the collection contains an AggregationInstance with the specified identifier. |
|
Contains(AggregationInstance) | Indicates whether the collection contains a specified AggregationInstance. |
|
Contains(IModelComponent) | (Inherited from ModelComponentCollection.) |
|
ContainsName | (Inherited from NamedComponentCollection.) |
|
CopyTo | Copies the entire ModelComponentCollection to a one-dimensional Array, starting at the specified index of the target array. (Inherited from ModelComponentCollection.) |
|
EnsureLoaded | Infrastructure. (Inherited from ModelComponentCollection.) |
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
Find | Gets the AggregationInstance, with the specified identifier, from the collection. |
|
FindByName | Gets the AggregationInstance, with the specified name, from the collection. |
|
GetByName | Gets the AggregationInstance, with the specified name, from the collection. |
|
GetEnumerator | Returns an enumerator that can iterate through the ModelComponentCollection. (Inherited from ModelComponentCollection.) |
|
GetHashCode | (Inherited from Object.) |
|
GetItem | Gets a reference to the specified component. (Inherited from ModelComponentCollection.) |
|
GetNewID() | (Inherited from NamedComponentCollection.) |
|
GetNewID(String) | (Inherited from NamedComponentCollection.) |
|
GetNewName() | (Inherited from NamedComponentCollection.) |
|
GetNewName(String) | (Inherited from NamedComponentCollection.) |
|
GetType | (Inherited from Object.) |
|
IndexOf(String) | Gets the index of an AggregationInstance with the specified identifier. |
|
IndexOf(AggregationInstance) | Gets the index of a specified AggregationInstance. |
|
IndexOf(IModelComponent) | (Inherited from ModelComponentCollection.) |
|
IndexOfName | (Inherited from NamedComponentCollection.) |
|
Insert(Int32) | Creates and inserts an AggregationInstance into the collection at the specified index. |
|
Insert(Int32, AggregationInstance) | Inserts an AggregationInstance into the collection at the specified index. |
|
Insert(Int32, String) | Creates and inserts an AggregationInstance, with the specified identifier, into the collection at the specified index. |
|
Insert(Int32, ModelComponent) | (Inherited from NamedComponentCollection.) |
|
Insert(Int32, String, String) | Creates and inserts an AggregationInstance, with the specified name and identifier, into the collection at the specified index. |
|
Insert(IModelComponent, String, Int32) | (Inherited from ModelComponentCollection.) |
|
Insert(IModelComponent, String, Int32, Boolean) | (Inherited from ModelComponentCollection.) |
|
IsValidID(String) | (Inherited from NamedComponentCollection.) |
|
IsValidID(String, String) | (Inherited from NamedComponentCollection.) |
|
IsValidID(String, Type, String) | (Inherited from NamedComponentCollection.) |
|
IsValidName(String) | (Inherited from NamedComponentCollection.) |
|
IsValidName(String, String) | (Inherited from NamedComponentCollection.) |
|
IsValidName(String, Type, String) | (Inherited from NamedComponentCollection.) |
|
MemberwiseClone | (Inherited from Object.) |
|
Move(Int32, Int32) | Moves an AggregationInstance at the current specified index to a new specified index in the collection. |
|
Move(String, Int32) | Moves an AggregationInstance, with the specified identifier, to the specified index in the collection. |
|
Move(AggregationInstance, Int32) | Moves an AggregationInstance to a new index in the collection. |
|
Remove(String) | Removes the AggregationInstance, with the specified identifier, from the collection. |
|
Remove(AggregationInstance) | Removes the specified AggregationInstance from the collection. |
|
Remove(IModelComponent) | (Inherited from ModelComponentCollection.) |
|
Remove(String, Boolean) | |
|
Remove(AggregationInstance, Boolean) | |
|
RemoveAt(Int32) | Removes the IModelComponent at the specified index from the ModelComponentCollection. (Inherited from ModelComponentCollection.) |
|
RemoveAt(Int32, Boolean) | Infrastructure. (Inherited from ModelComponentCollection.) |
|
ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
IList.Add | (Inherited from ModelComponentCollection.) |
|
IList.Clear | (Inherited from ModelComponentCollection.) |
|
IList.Contains | (Inherited from ModelComponentCollection.) |
|
IList.IndexOf | (Inherited from ModelComponentCollection.) |
|
IList.Insert | (Inherited from ModelComponentCollection.) |
|
IList.Remove | (Inherited from ModelComponentCollection.) |
|
IList.RemoveAt | (Inherited from ModelComponentCollection.) |
|
IModelComponentCollection.Contains | (Inherited from ModelComponentCollection.) |
|
IModelComponentCollection.Remove(IModelComponent) | (Inherited from ModelComponentCollection.) |
|
IModelComponentCollection.Remove(IModelComponent, Boolean) | (Inherited from ModelComponentCollection.) |
|
IOnDemandLoadableCollection.BlockOnDemandLoad | (Inherited from ModelComponentCollection.) |