Returns a list of permitted values for the parameter. If the return value is empty, then the parameter's values are not restricted.
The parameter number is a Long whose value is between 1 and the total number of parameters.
VBScript
resultset.GetParamChoiceList param_number
Perl
$resultset->GetParamChoiceList(param_number);