GetParamChoiceList

Description

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.

Syntaxe

VBScript

resultset.GetParamChoiceList param_number 

Perl

$resultset->GetParamChoiceList(param_number); 
Identificateur
Description
resultset
A ResultSet object, representing the rows and columns of data resulting from a query.
param_number
A Long identifying the parameter.
Valeur renvoyée
For Visual Basic, a Variant containing the list of permitted values for the parameter is returned. If the Variant is empty, there are no restrictions on the parameter values.

Dans Perl, référence à un tableau de chaînes.


Commentaires en retour