Visual Basic Reference

ShowSystemObjects Property

See Also    Example    Applies To

Specifies whether system database objects display in the Database Object drop-down list on the General tab of the Command Properties dialog box.

Syntax

object.ShowSystemObjects [=Boolean]

The ShowSystemObjects property syntax has these parts:

Part Description
object An object expression that evaluates to an item in the Applies To list.
Boolean A Boolean expression that specifies whether the system database objects display in the Command Properties dialog box.

Remarks

This property corresponds to the Show System Objects check box in the Options dialog box and is specific to your system. Therefore, changing it for one DataEnvironment object automatically changes it for all DataEnvironment objects on your system.