Méthode 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
- item
Type : Microsoft.AnalysisServices. . :: . .PerspectiveAction
The PerspectiveAction to add.
Valeur de retour
Type : System. . :: . .Int32
The zero-based index at which the PerspectiveAction has been added.
Voir aussi