AlgorithmParameterCollection.IList.Insert Method
SQL Server 2012
Inserts an item to the AlgorithmParameterCollection at the specified index.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Parameters
- index
- Type: System.Int32
The zero-based index at which the value will be inserted.
- value
- Type: System.Object
The object to be inserted into the AlgorithmParameterCollection.
