Compartir a través de


AlgorithmParameterCollection.Add Método (String, Object)

Creates and adds an AlgorithmParameter, with the specified name and value, to the end of the collection.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Function Add ( _
    name As String, _
    value As Object _
) As AlgorithmParameter
'Uso
Dim instance As AlgorithmParameterCollection 
Dim name As String 
Dim value As Object 
Dim returnValue As AlgorithmParameter 

returnValue = instance.Add(name, value)
public AlgorithmParameter Add(
    string name,
    Object value
)
public:
AlgorithmParameter^ Add(
    String^ name, 
    Object^ value
)
member Add : 
        name:string * 
        value:Object -> AlgorithmParameter
public function Add(
    name : String, 
    value : Object
) : AlgorithmParameter

Parámetros

Valor devuelto

Tipo: Microsoft.AnalysisServices.AlgorithmParameter
The AlgorithmParameter that was added to the collection.

Vea también

Referencia

AlgorithmParameterCollection Clase

Sobrecarga de Add

Espacio de nombres Microsoft.AnalysisServices