Share via


ReqDemPlanStatisticalSSASForecast.addAlgorithmParameterIfNotExist Method [AX 2012]

Adds the given algorithm parameter to the algoritm parameters collection of the analysis service instance.

Syntax

private void addAlgorithmParameterIfNotExist(
    CLRObject _miningAlgorightm, 
    ReqDemPlanSSASParameterName _name, 
    ReqDemPlanSSASParameterValue _value)

Run On

Server

Parameters

  • _miningAlgorightm
    Type: CLRObject Class
    The object with analysis services algorithm information.

See Also

Reference

ReqDemPlanStatisticalSSASForecast Class