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