BindingCollection.RemoveAt Method

Removes the Binding at the specified index from the collection. This class cannot be inherited.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

C#
public void RemoveAt(
    int index
)

Parameters

Implements

IList.RemoveAt(Int32)

Exceptions

Exception Condition
ArgumentOutOfRangeException

index is less than zero.

-or-

index is equal to or greater than Count.

See Also

Reference

BindingCollection Class

Microsoft.AnalysisServices Namespace