TraceColumnCollection.Add(TraceColumn) Method

Definition

Adds the specified TraceColumn to the end of the collection.

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

Parameters

item
TraceColumn

The TraceColumn to be added.

Returns

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

Exceptions

The specified items already exists in the collection.

Applies to