SqlDataDictionary.tableReindex Method [AX 2012]
Updates index for the table.
public int tableReindex([TableId tableId, IndexId indexId])
Run On
ServerParameters
- tableId
- Type: TableId Extended Data Type
The table handle (0 for all); optional. By default, 0.
- indexId
- Type: IndexId Extended Data Type
The index handle (0 for all); optional. By default, 0.
Community Additions
ADD
Show: