DBIdentifier property

Applies to
  • Application object
  • ApplicationEx object
  • InterpretApp object
  • ManagerApp object
  • OptimizerApp object

  • ScanApp object

  • TransferApp object

  • VerifyApp object

This property returns the database identifier string.

The format of the string depends on what kind of DBM is used. For instance, when SQL server/ADO is used, the property will return <database name>@<server name>.

Syntax

object.DBIdentifier [= value]

Part Description
object An expression that evaluates to an object in the above objects list.
Value A string value.