Método Remove (AggregationDesignAttribute)
Removes the specified AggregationDesignAttribute from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Sub Remove ( _
item As AggregationDesignAttribute _
)
'Uso
Dim instance As AggregationDesignAttributeCollection
Dim item As AggregationDesignAttribute
instance.Remove(item)
public void Remove(
AggregationDesignAttribute item
)
public:
void Remove(
AggregationDesignAttribute^ item
)
member Remove :
item:AggregationDesignAttribute -> unit
public function Remove(
item : AggregationDesignAttribute
)
Parâmetros
- item
Tipo: Microsoft.AnalysisServices. . :: . .AggregationDesignAttribute
The AggregationDesignAttribute to be removed.
Exceções
Exceção | Condição |
---|---|
ItemNotFoundException | item is not contained by the collection. |
Consulte também