TraceColumnCollection.Contains(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.
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.