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