TraceColumnCollection.Add Method

Adds a TraceColumn to the end of the collection.

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

Syntax

C#
public int Add(
    TraceColumn item
)

Parameters

Return Value

Type: System.Int32
The zero-based index at which the TraceColumn has been added.

See Also

Reference

TraceColumnCollection Class

Microsoft.AnalysisServices Namespace