ReqDemPlanStatisticalSSASForecast.createMiningStructure Method [AX 2012]

Creates the mining structure.

private str createMiningStructure(
    ReqDemPlanCreateForecastDataContract _dataContract, 
    ReqDemPlanSSASInfo _ssasInfo, 
    ReqDemPlanSSASHelper _ssasHelper, 
    CLRObject _dataMiningHelper)

Run On

Server

Parameters

_dataContract
Type: ReqDemPlanCreateForecastDataContract Class
The data contract with runtime parameters.
_ssasInfo
Type: ReqDemPlanSSASInfo Class
The SSAS connection parameters.
_ssasHelper
Type: ReqDemPlanSSASHelper Class
The SSAS helper instance.
_dataMiningHelper
Type: CLRObject Class
The DataMiningManager instance to use for creating the mining structure.

Return Value

Type: str
The name of the mining structure created.

Community Additions

ADD
Show: