ClrAssemblyFileCollection.RemoveAt Method

Removes the ClrAssemblyFile at the specified index from the collection.

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 [Microsoft.AnalysisServices.ClrAssemblyFileCollection.Count].

See Also

Reference

ClrAssemblyFileCollection Class

Microsoft.AnalysisServices Namespace