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.
Restores the passed values for the algorithm parameter.
Syntax
public void setRecordValue(
ReqDemPlanSSASParameterName _realName,
ReqDemPlanSSASFriendlyName _friendlyName,
ReqDemPlanSSASParameterValue _value,
ReqDemPlanSSASValueDescription _valueDescription)
Run On
Called
Parameters
- _realName
Type: ReqDemPlanSSASParameterName Extended Data Type
The actual name of the algorithm parameter.
- _friendlyName
Type: ReqDemPlanSSASFriendlyName Extended Data Type
The friendly name to use for the Microsoft SQL Server Analysis Services (SSAS) parameter.
- _value
Type: ReqDemPlanSSASParameterValue Extended Data Type
The value to use for the SSAS parameter.
- _valueDescription
Type: ReqDemPlanSSASValueDescription Extended Data Type
The value explanation to use for the SSAS parameter.
Remarks
This method updates the existing record if a record is found that has the parameter; otherwise, it inserts a new record.