Metodo AggregationDesignCollection.Remove (AggregationDesign)
Removes the specified AggregationDesign from the collection.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Sub Remove ( _
item As AggregationDesign _
)
'Utilizzo
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
)
Parametri
- item
Tipo: Microsoft.AnalysisServices.AggregationDesign
The AggregationDesign to be removed.
Eccezioni
Eccezione | Condizione |
---|---|
ItemNotFoundException | item is not contained by the collection. |