Metodo Add (Action)

Adds an Action to the end of the collection.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Function Add ( _
    item As Action _
) As Integer
'Utilizzo
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

Parametri

Valore restituito

Tipo: System. . :: . .Int32
The zero-based index at which the Action has been added.