Metodo Add
Creates and adds an Aggregation to the end of the collection.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function Add As Aggregation
'Utilizzo
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
Valore restituito
Tipo: Microsoft.AnalysisServices. . :: . .Aggregation
A new, empty Aggregation.
Vedere anche