Méthode Add (Action)
Adds an Action 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 Action _
) As Integer
'Utilisation
Dim instance As ActionCollection
Dim item As Action
Dim returnValue As Integer
returnValue = instance.Add(item)
public int Add(
Action item
)
public:
int Add(
Action^ item
)
member Add :
item:Action -> int
public function Add(
item : Action
) : int
Paramètres
- item
Type : Microsoft.AnalysisServices. . :: . .Action
The Action to be added.
Valeur de retour
Type : System. . :: . .Int32
The zero-based index at which the Action has been added.
Voir aussi