Partager via


Méthode Remove (AggregationDesign)

Removes the specified AggregationDesign from the collection.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Sub Remove ( _
    item As AggregationDesign _
)
'Utilisation
Dim instance As AggregationDesignCollection
Dim item As AggregationDesign

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

Paramètres

Exceptions

Exception Condition
ItemNotFoundException

item is not contained by the collection.