ReqDemPlanSSASHelper::calculateServerEditionHigherThanStandard Method [AX 2012]
Calculates whether the edition of the SSAS Server is higher than standard.
server private static NoYesError calculateServerEditionHigherThanStandard([ReqDemPlanForecastVersion _cubeType])
Run On
ServerParameters
- _cubeType
- Type: ReqDemPlanForecastVersion Enumeration
The type of cube deployed.
Return Value
Type: NoYesError EnumerationYes if the edition is higher than standard, such as Enterprise; No if the edition is standard; Error if an error occurred.
Show: