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