SqlDataDictionary::synchronize Method

Synchronizes the Microsoft Dynamics AX data dictionary and the data dictionary of the SQL database.

Syntax

server public static int synchronize([boolean synchronize_all])

Run On

Server

Parameters

  • synchronize_all
    Type: boolean
    A boolean flag that determines whether to synchronize all tables; optional. If true, this method synchronizes all tables (instead of only those marked dirty by the Microsoft Dynamics AX kernel). By default, false.

Return Value

Type: int
true if synchronization was successful; otherwise false.

See Also

Reference

SqlDataDictionary Class