Méthode CubeDimensionCollection.Add (CubeDimension)

Adds a CubeDimension to the end of the collection.

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

Syntaxe

VB
'Déclaration
Public Function Add ( _
    item As CubeDimension _
) As Integer
'Utilisation
Dim instance As CubeDimensionCollection 
Dim item As CubeDimension 
Dim returnValue As Integer 

returnValue = instance.Add(item)

Paramètres

Valeur de retour

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

Voir aussi

Référence

CubeDimensionCollection Classe

Surcharge Add

Espace de noms Microsoft.AnalysisServices