Create a new instance of TServerIndexDefs.
Source position: sqldb.pp line 173
| public constructor TServerIndexDefs.Create( | 
| ADataSet: TDataSet | 
| ); override; | 
| ADataSet | 
 | Dataset for which the index definition collection is created. | 
Create will raise an exception if ADataset is not a TCustomSQLQuery descendent.
An EDatabaseError exception will be raised if ADataset is not a TCustomSQLQuery descendent.