TraceColumnCollection.Remove Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Removes the specified TraceColumn from the collection.

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

Syntax

C#
public void Remove(
    TraceColumn item
)

Parameters

Exceptions

Exception Condition
ItemNotFoundException

item does not exist in the collection.

See Also

Reference

TraceColumnCollection Class

Microsoft.AnalysisServices Namespace