IModelComponentCollection Interface
Applies To: SQL Server (starting with 2016)
Represents a collection of IModelComponent objects.
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
| Name | Description | |
|---|---|---|
![]() | Count | (Inherited from ICollection.) |
![]() | IsSynchronized | (Inherited from ICollection.) |
![]() | Parent | Gets the parent IModelComponent of the IModelComponentCollection. |
![]() | SyncRoot | (Inherited from ICollection.) |
| Name | Description | |
|---|---|---|
![]() | Contains(IModelComponent^) | Indicates whether the collection contains a specified IModelComponent. |
![]() | CopyTo(Array^, Int32) | (Inherited from ICollection.) |
![]() | GetEnumerator() | (Inherited from IEnumerable.) |
![]() | Remove(IModelComponent^) | Removes an IModelComponent from the collection. |
![]() | Remove(IModelComponent^, Boolean) | Removes an IModelComponent from the collection. |
Show:

