Méthode Add (AggregationDimension)
Adds an AggregationDimension 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 AggregationDimension _
) As Integer
'Utilisation
Dim instance As AggregationDimensionCollection
Dim item As AggregationDimension
Dim returnValue As Integer
returnValue = instance.Add(item)
public int Add(
AggregationDimension item
)
public:
int Add(
AggregationDimension^ item
)
member Add :
item:AggregationDimension -> int
public function Add(
item : AggregationDimension
) : int
Paramètres
- item
Type : Microsoft.AnalysisServices. . :: . .AggregationDimension
The AggregationDimension to be added.
Valeur de retour
Type : System. . :: . .Int32
The zero-based index at which the AggregationDimension has been added.
Voir aussi