Partager via


Méthode PerspectiveDimensionCollection.Add (PerspectiveDimension)

Adds a PerspectiveDimension 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 PerspectiveDimension _
) As Integer
'Utilisation
Dim instance As PerspectiveDimensionCollection 
Dim item As PerspectiveDimension 
Dim returnValue As Integer 

returnValue = instance.Add(item)
public int Add(
    PerspectiveDimension item
)
public:
int Add(
    PerspectiveDimension^ item
)
member Add : 
        item:PerspectiveDimension -> int
public function Add(
    item : PerspectiveDimension
) : int

Paramètres

Valeur de retour

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

Voir aussi

Référence

PerspectiveDimensionCollection Classe

Surcharge Add

Espace de noms Microsoft.AnalysisServices