ReqDemPlanStatisticalSSASForecast.importPredictionFromMiningStructure Method [AX 2012]

Imports the data from the data mining structure into the relational database.

private void importPredictionFromMiningStructure(
    ReqDemPlanAllocationKeyFilterTmp _allocationKeyFilterTable, 
    ReqDemPlanCreateForecastDataContract _dataContract, 
    ReqDemPlanSSASHelper _ssasHelper, 
    ReqDemPlanSSASInfo _ssasInfo)

Run On

Server

Parameters

_allocationKeyFilterTable
Type: ReqDemPlanAllocationKeyFilterTmp Table
Temporary table hodling the values for the allocation keys to be used.
_dataContract
Type: ReqDemPlanCreateForecastDataContract Class
The data contract.
_ssasHelper
Type: ReqDemPlanSSASHelper Class
The SSAS utility class instance.
_ssasInfo
Type: ReqDemPlanSSASInfo Class
The SSAS connection parameters.

Community Additions

ADD
Show: