Compartir a través de


AggregationCollection.Add Método (Aggregation)

Adds an Aggregation 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 Aggregation _
) As Integer
'Uso
Dim instance As AggregationCollection 
Dim item As Aggregation 
Dim returnValue As Integer 

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

Parámetros

Valor devuelto

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

Vea también

Referencia

AggregationCollection Clase

Sobrecarga de Add

Espacio de nombres Microsoft.AnalysisServices