Class SsisExecutionParameter


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

      • SsisExecutionParameter

        public SsisExecutionParameter()
    • Method Detail

      • getValue

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

        public SsisExecutionParameter setValue​(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.