共用方式為


AlgorithmParameter 建構函式 (String, Object)

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

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Sub New ( _
    name As String, _
    value As Object _
)
'用途
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
)

參數

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

請參閱

參考

AlgorithmParameter 類別

AlgorithmParameter 多載

Microsoft.AnalysisServices 命名空間