AlgorithmParameter Constructor (String, Object)

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

VB
'Declaration
Public Sub New ( _
    name As String, _
    value As Object _
)
'Usage
Dim name As String 
Dim value As Object 

Dim instance As New AlgorithmParameter(name, value)

Parameters

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

See Also

Reference

AlgorithmParameter Class

AlgorithmParameter Overload

Microsoft.AnalysisServices Namespace