ModelComponentCollection.Item Property
SQL Server 2008 R2
Gets the IModelComponent at the specified index.
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Parameters
- index
- Type: System.Int32
The zero-based index of the [Microsoft.DataWarehouse.IModelComponent] to get.
Property Value
Type: Microsoft.AnalysisServices.IModelComponentThe [Microsoft.DataWarehouse.IModelComponent] at the specified index.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | index is less than zero. -or- index is equal to or greater than Count. |
