DataItemCollection.Remove Method

Removes the specified DataItem from the collection.

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

Syntax

C#
public void Remove(
    DataItem item
)

Parameters

Exceptions

Exception Condition
ItemNotFoundException

item is not contained by the collection.

See Also

Reference

DataItemCollection Class

Microsoft.AnalysisServices Namespace