Condividi tramite


Costruttore AlgorithmParameter (String, Object)

Initializes a new instance of the AlgorithmParameter class using a name and a value.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    name As String, _
    value As Object _
)
'Utilizzo
Dim name As String 
Dim value As Object 

Dim instance As New AlgorithmParameter(name, value)
public AlgorithmParameter(
    string name,
    Object value
)
public:
AlgorithmParameter(
    String^ name, 
    Object^ value
)
new : 
        name:string * 
        value:Object -> AlgorithmParameter
public function AlgorithmParameter(
    name : String, 
    value : Object
)

Parametri

  • value
    Tipo: System.Object
    An object that contains the parameter to send to the algorithm.

Vedere anche

Riferimento

AlgorithmParameter Classe

Overload AlgorithmParameter

Spazio dei nomi Microsoft.AnalysisServices