TraceColumnCollection.Remove Method (TraceColumn)

 

Applies To: SQL Server 2016 Preview

This API supports the product 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

public void Remove(
    TraceColumn item
)
public:
void Remove(
    TraceColumn item
)
member Remove : 
        item:TraceColumn -> unit
Public Sub Remove (
    item As TraceColumn
)

Parameters

Exceptions

Exception Condition
ItemNotFoundException

item does not exist in the collection.

See Also

TraceColumnCollection Class
Microsoft.AnalysisServices Namespace

Return to top