DBIdentifier property
Applies to |
---|
|
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. |