UserDefinedValue1

Top  Previous  Next

Indicates the first user defined value.

 

Description:

Use this property to provide additional values to your scripts during script execution.  E.g

 

scripting_docsettings_userdefinedvalue1_03

 

This is the value entered on the documentation settings page.

 

useddeginedvalue01

 

Example:

 

scripting_docsettings_userdefinedvalue1

 

 

 

DB Doc can display all tables and columns at the database level, and also all columns at the schema level.  This option is controlled by the UserDefinedValue1 value.

 

To display all tables at the database level, enter ALLDBTABLES.

To display all columns at the database level, enter ALLDBCOLUMNS.

To display all columns at the schema level, enter ALLSCHEMACOLUMNS.

 

Separate multiple values using the semi-colon symbol e.g. to use all the above options, you would enter:

 

userdefinedvalue01