Metodo Add

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Function Add As AggregationDesign
'Utilizzo
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