Remove Método (AggregationAttribute)
Removes the specified AggregationAttribute from the collection.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Sub Remove ( _
item As AggregationAttribute _
)
'Uso
Dim instance As AggregationAttributeCollection
Dim item As AggregationAttribute
instance.Remove(item)
public void Remove(
AggregationAttribute item
)
public:
void Remove(
AggregationAttribute^ item
)
member Remove :
item:AggregationAttribute -> unit
public function Remove(
item : AggregationAttribute
)
Parámetros
- item
Tipo: Microsoft.AnalysisServices. . :: . .AggregationAttribute
The AggregationAttribute to be removed.
Excepciones
Excepción | Condición |
---|---|
ItemNotFoundException | item is not contained by the collection. |