ClrAssemblyFileCollection.Add(ClrAssemblyFile) Method

Definition

Adds the specified ClrAssemblyFile to the end of the collection.

public int Add (Microsoft.AnalysisServices.ClrAssemblyFile item);
member this.Add : Microsoft.AnalysisServices.ClrAssemblyFile -> int
Public Function Add (item As ClrAssemblyFile) As Integer

Parameters

item
ClrAssemblyFile

The ClrAssemblyFile to be added.

Returns

The zero-based index at which the ClrAssemblyFile has been added to the collection.

Exceptions

The specified item is a null reference (Nothing in Visual Basic).

The specified item already esists in the collection.

Applies to