AlgorithmParameter 构造函数 (String, Object)
Initializes a new instance of AlgorithmParameter 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
)
参数
- name
类型:System. . :: . .String
A String that contains the name of the AlgorithmParameter.
- value
类型:System. . :: . .Object
An object that contains the parameter to send to the algorithm.