Share via


ReleaseUpdateDB60_Invent.changeClusterIndex Method [AX 2012]

Changes the clustered index on a table.

Syntax

protected boolean changeClusterIndex(
    TableId _tableId, 
    IndexName _newClusteredIndexName, 
    boolean _throwOnError)

Run On

Server

Parameters

  • _throwOnError
    Type: boolean
    A boolean that determines if an exception should be thrown if there are errors.

Return Value

Type: boolean
true if the index was changed; otherwise, false.

See Also

Reference

ReleaseUpdateDB60_Invent Class