ClrAssemblyFileCollection.Remove Method

Removes the specified ClrAssemblyFile from the collection.

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

Syntax

C#
public void Remove(
    ClrAssemblyFile item
)

Parameters

Exceptions

Exception Condition
ItemNotFoundException

item is not contained by the collection.

See Also

Reference

ClrAssemblyFileCollection Class

Microsoft.AnalysisServices Namespace