Compartir a través de


AlgorithmParameterCollection.Add Método (AlgorithmParameter)

Adds an AlgorithmParameter 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 AlgorithmParameter _
) As Integer
'Uso
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

Parámetros

Valor devuelto

Tipo: System.Int32
The zero-based index at which the AlgorithmParameter has been added.

Vea también

Referencia

AlgorithmParameterCollection Clase

Sobrecarga de Add

Espacio de nombres Microsoft.AnalysisServices