Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Removes the specified AggregationDimension from the collection.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Sub Remove ( _
item As AggregationDimension _
)
'Uso
Dim instance As AggregationDimensionCollection
Dim item As AggregationDimension
instance.Remove(item)
public void Remove(
AggregationDimension item
)
public:
void Remove(
AggregationDimension^ item
)
member Remove :
item:AggregationDimension -> unit
public function Remove(
item : AggregationDimension
)
Parámetros
- item
Tipo: Microsoft.AnalysisServices.AggregationDimension
The AggregationDimension to be removed.
Excepciones
| Excepción | Condición |
|---|---|
| ItemNotFoundException | item is not contained by the collection. |