MiningModelColumnCollection.Insert Method (Int32, MiningModelColumn)
SQL Server 2008 R2
Inserts a MiningModelColumn into the collection at the specified index.
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Parameters
- index
- Type: System.Int32
The zero-based index at which to insert the new MiningModelColumn.
- item
- Type: Microsoft.AnalysisServices.MiningModelColumn
The MiningModelColumn to insert.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | index is less than zero. -or- index is equal to or greater than [H:Microsoft.AnalysisServices.ModelComponentCollection.Count]. |
