ReqDemPlanStatisticalSSASForecast.addAlgorithmParameterIfNotExist Method [AX 2012]
Adds the given algorithm parameter to the algoritm parameters collection of the analysis service instance.
private void addAlgorithmParameterIfNotExist(
CLRObject _miningAlgorightm,
ReqDemPlanSSASParameterName _name,
ReqDemPlanSSASParameterValue _value)
Run On
ServerParameters
- _miningAlgorightm
- Type: CLRObject Class
The object with analysis services algorithm information.
- _name
- Type: ReqDemPlanSSASParameterName Extended Data Type
Name of the algorithm parameter to be added.
- _value
- Type: ReqDemPlanSSASParameterValue Extended Data Type
Value of the algorithm parameter to be added.
Community Additions
ADD
Show: