User Guide
250 Chapter 14 Scripting the Visual Tools Object Model
Deployment methods
DeploymentScriptAdd
Syntax DeploymentScriptName: OleVariant;
Description Adds a deployment script to the project.
DeploymentScriptCount
Syntax DeploymentScriptCount: Integer;
Description Returns the number of scripts.
DeploymentScriptList
Syntax DeploymentScriptList: OleVariant;
Description Lists all project deployment scripts.
DeploymentScriptRemove
Syntax DeploymentScriptRemove(ScriptName: OleVariant);
Description Removes a deployment script from the project.
DeploymentServerAdd
Syntax DeploymentServerAdd(ServerName: OleVariant; ServerNum: Integer);
Description Adds a deployment server to the project.
DeploymentServerCount
Syntax DeploymentServerCount: Integer;
Description Returns the number of deployment servers.
DeploymentServerList
Syntax DeploymentServerList: OleVariant;
Description Lists deployment servers.