ReqDemPlanSSASHelper::isServerEditionHigherThanStandard Method [AX 2012]
Gets whether the edition of the SSAS server is higher than standard.
server public static NoYesError isServerEditionHigherThanStandard([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 otherwise.
Show: