TraceColumnCollection.Add(TraceColumn) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.