AggregationCollection.Add Method
Creates and adds an Aggregation to the end of the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Add As Aggregation
'Usage
Dim instance As AggregationCollection
Dim returnValue As Aggregation
returnValue = instance.Add()
public Aggregation Add()
public:
Aggregation^ Add()
member Add : unit -> Aggregation
public function Add() : Aggregation
Return Value
Type: Microsoft.AnalysisServices.Aggregation
A new, empty Aggregation.