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
'Declaration
Public Function Add As AggregationInstance
'Usage
Dim instance As AggregationInstanceCollection
Dim returnValue As AggregationInstance
returnValue = instance.Add()
public AggregationInstance Add()
public:
AggregationInstance^ Add()
member Add : unit -> AggregationInstance
public function Add() : AggregationInstance
Return Value
Type: Microsoft.AnalysisServices.AggregationInstance
A new, empty AggregationInstance.