Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.