Share via


AggregationDesignDimensionCollection.Remove Method (AggregationDesignDimension)

Removes the specified AggregationDesignDimension from the collection.

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

Syntax

'Declaration
Public Sub Remove ( _
    item As AggregationDesignDimension _
)
'Usage
Dim instance As AggregationDesignDimensionCollection
Dim item As AggregationDesignDimension

instance.Remove(item)
public void Remove(
    AggregationDesignDimension item
)
public:
void Remove(
    AggregationDesignDimension^ item
)
member Remove : 
        item:AggregationDesignDimension -> unit 
public function Remove(
    item : AggregationDesignDimension
)

Exceptions

Exception Condition
ItemNotFoundException

item is not contained by the collection.