Package com.microstrategy.webapi
Interface EnumDSSXMLExecutionFlagsExtension
- 
public interface EnumDSSXMLExecutionFlagsExtensionThis interface defines the enumeration constants used to specify the execution flags extension used to execute reports against the report server. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intDssExecutionFlagsExtensionCreateCubeIndicates the execution is used to create an intelligent cubestatic intDssExecutionFlagsExtensionReserved 
 - 
 
- 
- 
Field Detail
- 
DssExecutionFlagsExtensionReserved
static final int DssExecutionFlagsExtensionReserved
- See Also:
 - Constant Field Values
 
 
- 
DssExecutionFlagsExtensionCreateCube
static final int DssExecutionFlagsExtensionCreateCube
Indicates the execution is used to create an intelligent cube- See Also:
 - Constant Field Values
 
 
 - 
 
 -