Método AggregationDesignDimensionCollection.Remove (AggregationDesignDimension)
Removes the specified AggregationDesignDimension from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Sub Remove ( _
item As AggregationDesignDimension _
)
'Uso
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
)
Parâmetros
- item
Tipo: Microsoft.AnalysisServices.AggregationDesignDimension
The AggregationDesignDimension to be removed.
Exceções
Exceção | Condição |
---|---|
ItemNotFoundException | item is not contained by the collection. |