Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds the given algorithm parameter to the algoritm parameters collection of the analysis service instance.
Syntax
private void addAlgorithmParameterIfNotExist(
CLRObject _miningAlgorightm,
ReqDemPlanSSASParameterName _name,
ReqDemPlanSSASParameterValue _value)
Run On
Server
Parameters
- _miningAlgorightm
Type: CLRObject Class
The object with analysis services algorithm information.
- _name
Type: ReqDemPlanSSASParameterName Extended Data Type
Name of the algorithm parameter to be added.
- _value
Type: ReqDemPlanSSASParameterValue Extended Data Type
Value of the algorithm parameter to be added.