SqlDataDictionary.indexDrop Method [AX 2012]
Drops the indexes of an Microsoft Dynamics AX table in the SQL database.
public int indexDrop(
[TableId tableId,
IndexId indexId,
boolean onlyNonUnique])
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.
- onlyNonUnique
- Type: boolean
Community Additions
ADD
Show: