Class EnumDSSXMLPropertyLocation


  • public class EnumDSSXMLPropertyLocation
    extends java.lang.Object
    This interface defines the enumeration constants used to specify the property level location
    Since:
    MicroStrategy 10.9
    • Field Detail

      • DssLocationReportTarget

        public static final int DssLocationReportTarget
        The value comes from a targeted property on the report
        See Also:
        Constant Field Values
      • DssLocationReport

        public static final int DssLocationReport
        The value comes from the report
        See Also:
        Constant Field Values
      • DssLocationTemplateTarget

        public static final int DssLocationTemplateTarget
        The value comes from a targeted property on the template
        See Also:
        Constant Field Values
      • DssLocationTemplate

        public static final int DssLocationTemplate
        The value comes from the template
        See Also:
        Constant Field Values
      • DssLocationObject

        public static final int DssLocationObject
        The value comes from the object itself
        See Also:
        Constant Field Values
      • DssLocationProject

        public static final int DssLocationProject
        The value comes from project level default
        See Also:
        Constant Field Values
      • DssLocationDBRole

        public static final int DssLocationDBRole
        The value comes from the DBRole object
        See Also:
        Constant Field Values
      • DssLocationDBMS

        public static final int DssLocationDBMS
        The value comes from a DBMS object
        See Also:
        Constant Field Values
      • DssLocationDefault

        public static final int DssLocationDefault
        The value is the property's inherent default value
        See Also:
        Constant Field Values
    • Constructor Detail

      • EnumDSSXMLPropertyLocation

        public EnumDSSXMLPropertyLocation()