Método AggregationDesignCollection.Add
Creates and adds an AggregationDesign to the end of the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Function Add As AggregationDesign
'Uso
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
Valor de retorno
Tipo: Microsoft.AnalysisServices.AggregationDesign
A new, empty AggregationDesign.