SetApplication
Specifies the name of the Application used by Maintenance Manager.
Member of namespace
Maintenance ManagerSyntax
bool SetApplication (string application)Parameters
string applicationParameters
application: The application name. Smart parameters are supported.Returns
False if the application name is missing. Otherwise, True.Level
Batch level.Details
Sets the name of the application, as defined in the application service, which are used by Maintenance Manager. The application determines the rules and databases that are used by subsequent actions. This will be the default value that is used for the SetupOpenApplication action.- Example:
SetApplication("APT") SetServer("Server 1") SetupOpenApplication("")