Partager via


Méthode PerspectiveCollection.Add (Perspective)

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

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

Paramètres

Valeur de retour

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

Voir aussi

Référence

PerspectiveCollection Classe

Surcharge Add

Espace de noms Microsoft.AnalysisServices