Metodo AlgorithmParameterCollection.Add (AlgorithmParameter)
Adds an AlgorithmParameter 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 AlgorithmParameter _
) As Integer
'Utilizzo
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
Parametri
- item
Tipo: Microsoft.AnalysisServices.AlgorithmParameter
The AlgorithmParameter to be added.
Valore restituito
Tipo: System.Int32
The zero-based index at which the AlgorithmParameter has been added.