Add méthode (AlgorithmParameter)
Adds an AlgorithmParameter to the end of the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function Add ( _
item As AlgorithmParameter _
) As Integer
'Utilisation
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
Paramètres
- item
Type : Microsoft.AnalysisServices. . :: . .AlgorithmParameter
The AlgorithmParameter to be added.
Valeur de retour
Type : System. . :: . .Int32
The zero-based index at which the AlgorithmParameter has been added.