Returns the name of the property with the supplied property-number.
PROPERTY_NAME( property-id )
property-id The property number of the database property.
SQL/2003 Vendor extension.
The following statement returns the property associated with property number 126. The actual property to which this refers changes from release to release.
SELECT PROPERTY_NAME( 126 );