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.
VARCHAR
SQL/2003 Vendor extension.
The following statement returns the server-level property associated with property ID 102.
SELECT PROPERTY_NAME( 102, 'server' ); |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |