Méthode Add

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Function Add As AggregationDesign
'Utilisation
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