ReqDemPlanDefaultAlgorithmParameters::validateDefaultAlgorithmParameterRef Method
Checks whether a reference to a value in the ReqDemPlanDefaultAlgorithmParameter table is valid, based on the edition of the SQL Server Analysis Services running in the server.
Syntax
client server public static boolean validateDefaultAlgorithmParameterRef(ReqDemPlanDefaultAlgorithmParameter _defaultAlgorithmParameterId, boolean _serverSupportsForecastingPerIAK)
Run On
Called
Parameters
- _defaultAlgorithmParameterId
Type: ReqDemPlanDefaultAlgorithmParameter Extended Data Type
The specified ID of the record of the ReqDemPlanDefaultAlgorithmParameter table.
- _serverSupportsForecastingPerIAK
Type: boolean
A boolean value indicating whether the server supports multiple statistical forecasting models per item allocation keys.
Return Value
Type: boolean
true if the validation succeeded; otherwise, false.