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