Returns the property number of the property with the supplied property name.
PROPERTY_NUMBER ( property-name )
CIS functional compensation performance considerations apply. See “Conditions that cause processing by SQL Anywhere” in Chapter 3, “Optimizing Queries and Deletions,” in the Performance and Tuning Guide.
property-name A property name. For property names, see the lists in “Connection properties”, “Properties available for the server”, and “Properties available for each database”.
The following statement returns an integer value. The actual value changes from version to version.
SELECT PROPERTY_NUMBER( 'PAGESIZE' ) FROM iq_dummy