AggregationInstanceCollection.Add Method

Creates and adds an AggregationInstance to the end of the collection.

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

Syntax

VB
'Declaration
Public Function Add As AggregationInstance
'Usage
Dim instance As AggregationInstanceCollection 
Dim returnValue As AggregationInstance 

returnValue = instance.Add()

Return Value

Type: Microsoft.AnalysisServices.AggregationInstance
A new, empty AggregationInstance.

See Also

Reference

AggregationInstanceCollection Class

Add Overload

Microsoft.AnalysisServices Namespace