Package com.microstrategy.webapi
Interface EnumDSSXMLScheduleParameterTypes
-
public interface EnumDSSXMLScheduleParameterTypesDefines the types of schedule command parameters.- Since:
- MicroStrategy Web 11.2.0
-
-
Field Summary
Fields Modifier and Type Field Description static intDssXmlParameterTypeBSTRSpecifies BSTR type.static intDssXmlParameterTypeLongSpecifies long type.static intDssXmlParameterTypeReservedSpecifies reserved type.
-
-
-
Field Detail
-
DssXmlParameterTypeReserved
static final int DssXmlParameterTypeReserved
Specifies reserved type.- See Also:
- Constant Field Values
-
DssXmlParameterTypeLong
static final int DssXmlParameterTypeLong
Specifies long type.- See Also:
- Constant Field Values
-
DssXmlParameterTypeBSTR
static final int DssXmlParameterTypeBSTR
Specifies BSTR type.- See Also:
- Constant Field Values
-
-