Compartir a través de


Remove Método (AggregationDesignDimension)

Removes the specified AggregationDesignDimension from the collection.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
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
)

Excepciones

Excepción Condición
ItemNotFoundException

item is not contained by the collection.