xtrDeployType Value List
Applies To
Discussion
Use the constants of this value list with the SetDeployType Method of the Cube object to set the deployment type. These types correspond to the PowerCube deployment strategy. If you use trDeployType_SWAPSINGLE, a failure when deploying to a location does not impact the deployment to the other locations.This action corresponds to the user-interface command Copy to available locations, then activate. If you use trDeployType_SWAPTOGETHER, any deployment failure to a location causes a rollback on the other locations, even if these deployments were successful. This action corresponds to the user-interface command Copy to all locations, then activate.
Constant |
Description |
---|---|
trDeployType_DEFAULT |
Specifies the default deployment type. |
trDeployType_NONE |
Specifies no deployment. |
trDeployType_NULL |
Specifies the null deployment type. |
trDeployType_SWAPSINGLE |
Specifies to copy to available locations, then activate. |
trDeployType_SWAPTOGETHER |
Specifies to copy to all locations, then activate. |