SetEngineDB
Specifies the Engine database.
Member of namespace
Maintenance ManagerSyntax
bool SetEngineDB (string engineDB)Parameters
- engineDB
- Type: string
Parameters
engineDB: Engine Database key in the Application Service.Returns
Always True.Level
Batch level.Details
Obtains the Engine database connection information from the application service. This will be the default value used for the action SetupOpenApplication.- Example:
SetApplication("APT") SetServer("Server 1") SetAdminDB("*/tmadmin:cs") SetEngineDB("*/tmengine:cs") SetUser("Admin")