ClrAssemblyFileCollection.Remove Method (ClrAssemblyFile)

 

Applies To: SQL Server 2016 Preview

Removes the specified ClrAssemblyFile from the collection.

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

Syntax

public void Remove(
    ClrAssemblyFile item
)
public:
void Remove(
    ClrAssemblyFile^ item
)
member Remove : 
        item:ClrAssemblyFile -> unit
Public Sub Remove (
    item As ClrAssemblyFile
)

Parameters

Exceptions

Exception Condition
ItemNotFoundException

item is not contained by the collection.

See Also

ClrAssemblyFileCollection Class
Microsoft.AnalysisServices Namespace

Return to top