Metodo AlgorithmParameterCollection.Add (String, Object)
Creates and adds an AlgorithmParameter, with the specified name and value, to the end of the collection.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function Add ( _
name As String, _
value As Object _
) As AlgorithmParameter
'Utilizzo
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
Parametri
- name
Tipo: System.String
The name of the AlgorithmParameter to be added.
- value
Tipo: System.Object
The value of the AlgorithmParameter to be added.
Valore restituito
Tipo: Microsoft.AnalysisServices.AlgorithmParameter
The AlgorithmParameter that was added to the collection.