Returns the name of the property with the supplied property ID for the specified connection level.
PROPERTY_NAME( property-id [, property-scope ] )
property-scope: NULL | 'server' | 'database' | 'db' | 'connection' | 'conn'
property-id The property ID of the database property.
property-scope The scope of the property, or NULL.
SQL/2003 Vendor extension.
The following statement returns the server-level property associated with property ID 156.
SELECT PROPERTY_NAME( 102, 'server' ); |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |