Share via


AggregationDesignCollection.Add Method (AggregationDesign)

Adds an AggregationDesign to the end of the collection.

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

Syntax

'Declaration
Public Function Add ( _
    item As AggregationDesign _
) As Integer
'Usage
Dim instance As AggregationDesignCollection 
Dim item As AggregationDesign 
Dim returnValue As Integer 

returnValue = instance.Add(item)
public int Add(
    AggregationDesign item
)
public:
int Add(
    AggregationDesign^ item
)
member Add : 
        item:AggregationDesign -> int
public function Add(
    item : AggregationDesign
) : int

Parameters

Return Value

Type: System.Int32
The zero-based index at which the AggregationDesign has been added.

See Also

Reference

AggregationDesignCollection Class

Add Overload

Microsoft.AnalysisServices Namespace