AggregationDesignDimensionCollection.Remove-Methode (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
)
Parameter
- item
Typ: Microsoft.AnalysisServices.AggregationDesignDimension
The AggregationDesignDimension to be removed.
Ausnahmen
Ausnahme | Bedingung |
---|---|
ItemNotFoundException | item is not contained by the collection. |