ModelComponentCollection Members
Contains a collection of ModelComponent objects.
The following tables list the members exposed by the ModelComponentCollection type.
Protected Constructors
Name | Description | |
---|---|---|
ModelComponentCollection | Overloaded. |
Nach oben
Public Properties
(see also Protected Properties )
Name | Description | |
---|---|---|
Count | Gets the number of ModelComponent objects in the ModelComponentCollection. | |
IsFixedSize | Gets a value indicating whether the ModelComponentCollection has a fixed size. | |
IsReadOnly | Gets a value indicating whether the ModelComponentCollection is read-only. | |
IsSynchronized | Gets a value indicating whether access to the ModelComponentCollection is synchronized (thread-safe). | |
Parent | Gets the IModelComponent that contains the ModelComponentCollection. | |
SyncRoot | Gets an object that can be used to synchronize access to the ModelComponentCollection. |
Nach oben
Protected Properties
Name | Description | |
---|---|---|
DemandLoadingService | ||
Item | Gets the IModelComponent at the specified index. | |
ItemsType | Gets the Type of objects that can be contained by the ModelComponentCollection. | |
Preloadable | Gets a value indicating whether the ModelComponentCollection can be preloaded. |
Nach oben
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
CanAdd | ||
Clear | Removes all elements from the ModelComponentCollection. | |
CopyTo | Copies the entire ModelComponentCollection to a one-dimensional Array, starting at the specified index of the target array. | |
Equals | Overloaded. (inherited from Object ) | |
GetEnumerator | Returns an enumerator that can iterate through the ModelComponentCollection. | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
RemoveAt | Overloaded. Removes the IModelComponent at the specified index from the ModelComponentCollection. | |
ToString | (inherited from Object ) |
Nach oben
Protected Methods
Name | Description | |
---|---|---|
Add | Overloaded. Adds a ModelComponent object to the ModelComponentCollection. | |
AddNew | Overloaded. | |
ChangeKey | ||
Contains | Overloaded. | |
EnsureLoaded | ||
Finalize | (inherited from Object ) | |
GetItem | Gets | |
IndexOf | Overloaded. | |
Insert | Overloaded. Inserts an IModelComponent in the ModelComponentCollection. | |
MemberwiseClone | (inherited from Object ) | |
Remove |
Nach oben
Public Events
Name | Description | |
---|---|---|
CollectionChanged | ||
CollectionChanging |
Nach oben
Explicit Interface Implementations
Nach oben
Siehe auch
Verweis
ModelComponentCollection Class
Microsoft.AnalysisServices Namespace