Método Add
Creates and adds an Aggregation to the end of the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Function Add As Aggregation
'Uso
Dim instance As AggregationCollection
Dim returnValue As Aggregation
returnValue = instance.Add()
public Aggregation Add()
public:
Aggregation^ Add()
member Add : unit -> Aggregation
public function Add() : Aggregation
Valor de retorno
Tipo: Microsoft.AnalysisServices. . :: . .Aggregation
A new, empty Aggregation.
Consulte também