Compartir a través de


Remove Método (Aggregation)

Removes the specified Aggregation from the collection.

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

Sintaxis

'Declaración
Public Sub Remove ( _
    item As Aggregation _
)
'Uso
Dim instance As AggregationCollection
Dim item As Aggregation

instance.Remove(item)
public void Remove(
    Aggregation item
)
public:
void Remove(
    Aggregation^ item
)
member Remove : 
        item:Aggregation -> unit 
public function Remove(
    item : Aggregation
)

Parámetros

Excepciones

Excepción Condición
ItemNotFoundException

item is not contained by the collection.