Add Método
Creates and adds an AggregationDesign to the end of the collection.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
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 devuelto
Tipo: Microsoft.AnalysisServices. . :: . .AggregationDesign
A new, empty AggregationDesign.
Vea también