SqlName (Index Keyword)
Specifies an SQL alias for the index.
Usage
To override the default name for this index when referred to via SQL, use the following syntax:
Index name On property_expression_list [ SqlName = sqlindexname];
Where sqlindexname is an SQL identifier.
Details
This keyword lets you define an alternate name for this index when referred to via SQL.
Default
If you omit this keyword, the SQL name of the index is indexname as given in the index definition.
See Also
-
“Index Definitions” in this book
-
“Define and Build Indexes” in Defining a High-Performance Schema
-
“Introduction to Compiler Keywords” in Defining and Using Classes