Add méthode (Aggregation)
Adds an Aggregation to the end of the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans 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
- item
Type : Microsoft.AnalysisServices. . :: . .Aggregation
The Aggregation to be added.
Valeur de retour
Type : System. . :: . .Int32
The zero-based index at which the Aggregation has been added.