TraceColumnCollection.Contains Method

Indicates whether the collection contains a specified TraceColumn.

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

Syntax

C#
public bool Contains(
    TraceColumn item
)

Parameters

Return Value

Type: System.Boolean
true if the TraceColumn exists in the collection; otherwise, false.

See Also

Reference

TraceColumnCollection Class

Microsoft.AnalysisServices Namespace