Метод AlgorithmParameterCollection.Add (AlgorithmParameter)
Adds an AlgorithmParameter to the end of the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function Add ( _
item As AlgorithmParameter _
) As Integer
'Применение
Dim instance As AlgorithmParameterCollection
Dim item As AlgorithmParameter
Dim returnValue As Integer
returnValue = instance.Add(item)
public int Add(
AlgorithmParameter item
)
public:
int Add(
AlgorithmParameter^ item
)
member Add :
item:AlgorithmParameter -> int
public function Add(
item : AlgorithmParameter
) : int
Параметры
- item
Тип: Microsoft.AnalysisServices.AlgorithmParameter
The AlgorithmParameter to be added.
Возвращаемое значение
Тип: System.Int32
The zero-based index at which the AlgorithmParameter has been added.