Miscellaneous Constants (SQLDMO_CONSTANTS_TYPE)

SQL-DMO

SQL-DMO

Miscellaneous Constants (SQLDMO_CONSTANTS_TYPE)

Miscellaneous constants are provided to aid various tasks implemented in a SQL-DMO application.

Constant Value Description
SQLDMO_NOENDDATE 99991231 Largest value accepted by a Schedule object property representing a date. For example, use to set ActiveEndDate for a schedule that does not expire on an exact date.
SQLDMO_NOENDTIME 235959 Largest value accepted by a Schedule object property representing a time.
SQLDMO_USEEXISTINGFILLFACTOR 0 Use an existing fill factor for clustered indexes rebuilt by the SQL-DMO application. Used in methods, such as RebuildIndexes.