ActionCollection.Add Método (Action)
Adds an Action to the end of the collection.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Function Add ( _
item As Action _
) As Integer
'Uso
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
Parámetros
- item
Tipo: Microsoft.AnalysisServices.Action
The Action to be added.
Valor devuelto
Tipo: System.Int32
The zero-based index at which the Action has been added.