This topic has not yet been rated - Rate this topic

AlgorithmParameterCollection.IList.Insert Method

Inserts an item to the AlgorithmParameterCollection at the specified index.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
void IList.Insert(
	int index,
	Object value
)

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.

Implements

IList.Insert(Int32, Object)
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.