Méthode AggregationDesignDimensionCollection.Remove (AggregationDesignDimension)
Removes the specified AggregationDesignDimension from the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Sub Remove ( _
item As AggregationDesignDimension _
)
'Utilisation
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
)
Paramètres
- item
Type : Microsoft.AnalysisServices.AggregationDesignDimension
The AggregationDesignDimension to be removed.
Exceptions
Exception | Condition |
---|---|
ItemNotFoundException | item is not contained by the collection. |