TraceColumnCollection.Contains(TraceColumn) Method

Definition

Determines whether the specified TraceColumn exists in the collection.

public bool Contains (Microsoft.AnalysisServices.TraceColumn item);
member this.Contains : Microsoft.AnalysisServices.TraceColumn -> bool
Public Function Contains (item As TraceColumn) As Boolean

Parameters

item
TraceColumn

The TraceColumn whose existence is checked.

Returns

True, if the specified TraceColumn is found in the collection; otherwise, false.

Applies to