SqlDataDictionary.indexCreate Method [AX 2012]
Creates the indexes of an Microsoft Dynamics AX table in the SQL database. You can also use this method to re-create indexes.
public int indexCreate([TableId tableId, IndexId indexId])
Run On
ServerParameters
- tableId
- Type: TableId Extended Data Type
The table handle (0 for all); optional.
- indexId
- Type: IndexId Extended Data Type
The index handle (0 for all); optional.
Community Additions
ADD
Show: