Class SsisExecutionParameter

java.lang.Object
com.azure.analytics.synapse.artifacts.models.SsisExecutionParameter

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

    • SsisExecutionParameter

      public SsisExecutionParameter()
  • Method Details

    • 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.