Compartir a través de


AggregationDesignCollection.Add Método (AggregationDesign)

Adds an AggregationDesign to the end of the collection.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
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 devuelto

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

Vea también

Referencia

AggregationDesignCollection Clase

Sobrecarga de Add

Espacio de nombres Microsoft.AnalysisServices