Méthode PerspectiveActionCollection.Add (PerspectiveAction)

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

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

Paramètres

Valeur de retour

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

Voir aussi

Référence

PerspectiveActionCollection Classe

Surcharge Add

Espace de noms Microsoft.AnalysisServices