TraceColumnCollection.Contains Method (TraceColumn)

 

Applies To: SQL Server 2016 Preview

Indicates whether the collection contains a specified TraceColumn.

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

Syntax

public bool Contains(
    TraceColumn item
)
public:
bool Contains(
    TraceColumn item
)
member Contains : 
        item:TraceColumn -> bool
Public Function Contains (
    item As TraceColumn
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if the TraceColumn exists in the collection; otherwise, false.

See Also

TraceColumnCollection Class
Microsoft.AnalysisServices Namespace

Return to top