Método AggregationAttributeCollection.Remove (AggregationAttribute, Boolean)

Removes the specified AggregationAttribute from the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public Sub Remove ( _
    item As AggregationAttribute, _
    cleanUp As Boolean _
)
'Uso
Dim instance As AggregationAttributeCollection 
Dim item As AggregationAttribute 
Dim cleanUp As Boolean

instance.Remove(item, cleanUp)
public void Remove(
    AggregationAttribute item,
    bool cleanUp
)
public:
void Remove(
    AggregationAttribute^ item, 
    bool cleanUp
)
member Remove : 
        item:AggregationAttribute * 
        cleanUp:bool -> unit
public function Remove(
    item : AggregationAttribute, 
    cleanUp : boolean
)

Parâmetros

  • cleanUp
    Tipo: System.Boolean
    true to delete the referencing objects; otherwise, false.

Consulte também

Referência

AggregationAttributeCollection Classe

Sobrecarregado Remove

Namespace Microsoft.AnalysisServices