Метод ActionCollection.Add (Action)
Adds an Action to the end of the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function Add ( _
item As Action _
) As Integer
'Применение
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
Параметры
- item
Тип: Microsoft.AnalysisServices.Action
The Action to be added.
Возвращаемое значение
Тип: System.Int32
The zero-based index at which the Action has been added.