Freigeben über


AggregationInstanceCollection.Add-Methode

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

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

Syntax

'Declaration
Public Function Add As AggregationInstance
'Usage
Dim instance As AggregationInstanceCollection 
Dim returnValue As AggregationInstance 

returnValue = instance.Add()
public AggregationInstance Add()
public:
AggregationInstance^ Add()
member Add : unit -> AggregationInstance
public function Add() : AggregationInstance

Rückgabewert

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

Siehe auch

Verweis

AggregationInstanceCollection Klasse

Add-Überladung

Microsoft.AnalysisServices-Namespace