[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Maximum allowed number of indexes.
Source position: sqldb.pp line 582
published property TSQLQuery.MaxIndexesCount; |
MaxIndexesCount determines the number of index entries that the dataset will reserve for indexes. No more indexes than indicated here can be used. The property must be set before the dataset is opened. The minimum value for this property is 1. The default value is 2.
If an index is added and the current index count equals MaxIndexesCount, an exception will be raised.
Attempting to set this property while the dataset is active will raise an exception.