Partager via


Méthode AggregationCollection.Add (Aggregation)

Adds an Aggregation to the end of the collection.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Function Add ( _
    item As Aggregation _
) As Integer
'Utilisation
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

Paramètres

Valeur de retour

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

Voir aussi

Référence

AggregationCollection Classe

Surcharge Add

Espace de noms Microsoft.AnalysisServices