Freigeben über


AggregationCollection.Add-Methode

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Function Add As Aggregation
'Usage
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

Rückgabewert

Typ: Microsoft.AnalysisServices.Aggregation
A new, empty Aggregation.

Siehe auch

Verweis

AggregationCollection Klasse

Add-Überladung

Microsoft.AnalysisServices-Namespace