Class SsisExecutionParameter


  • public final class SsisExecutionParameter
    extends Object
    SSIS execution parameter.
    • Constructor Detail

      • SsisExecutionParameter

        public SsisExecutionParameter()
    • Method Detail

      • value

        public Object value()
        Get the value property: SSIS package execution parameter value. Type: string (or Expression with resultType string).
        Returns:
        the value value.
      • withValue

        public SsisExecutionParameter withValue​(Object value)
        Set the value property: SSIS package execution parameter value. Type: string (or Expression with resultType string).
        Parameters:
        value - the value value to set.
        Returns:
        the SsisExecutionParameter object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.