AggregationInstanceCollection.Remove Method (String, Boolean)

Removes the AggregationInstance from the collection and optionally deletes the referencing objects.

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

Syntax

VB
'Declaration
Public Sub Remove ( _
    id As String, _
    cleanUp As Boolean _
)
'Usage
Dim instance As AggregationInstanceCollection 
Dim id As String 
Dim cleanUp As Boolean

instance.Remove(id, cleanUp)

Parameters

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

See Also

Reference

AggregationInstanceCollection Class

Remove Overload

Microsoft.AnalysisServices Namespace