AggregationAttributeCollection.Remove Method (AggregationAttribute, Boolean)

Removes the specified AggregationAttribute from the collection.

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

Syntax

VB
'Declaration
Public Sub Remove ( _
    item As AggregationAttribute, _
    cleanUp As Boolean _
)
'Usage
Dim instance As AggregationAttributeCollection 
Dim item As AggregationAttribute 
Dim cleanUp As Boolean

instance.Remove(item, cleanUp)

Parameters

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

See Also

Reference

AggregationAttributeCollection Class

Remove Overload

Microsoft.AnalysisServices Namespace