SqlDataDictionary.tableReindex Method [AX 2012]

Updates index for the table.

public int tableReindex([TableId tableId, IndexId indexId])

Run On

Server

Parameters

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.

Return Value

Type: int
Zero if the method succeeds.

Community Additions

ADD
Show: