Compartilhar via


Método AggregationDesignCollection.Add (AggregationDesign)

Adds an AggregationDesign to the end of the collection.

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

Sintaxe

'Declaração
Public Function Add ( _
    item As AggregationDesign _
) As Integer
'Uso
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

Parâmetros

Valor de retorno

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

Consulte também

Referência

AggregationDesignCollection Classe

Sobrecarregado Add

Namespace Microsoft.AnalysisServices