_InstallValidate Table

[This is preliminary documentation and subject to change.]

The InstallValidate table is a system table used with the _Sequence table to ensure that the actions occur in the correct order, since some actions have pre- and post-conditional actions. This table is only used during the database validation process.

The InstallValidate table has the following columns.

Column Type Key Nullable
Action Identifier Y N
SectionFlag Integer N
Description Text Y

Columns

Action
Name of action.
SectionFlag
Section flag for location in the sequence table.
Description
Description of sections to which the action belongs.