SsisParameter |
SsisParameter.withDataType(String dataType) |
Set the dataType property: Parameter type.
|
SsisParameter |
SsisParameter.withDefaultValue(String defaultValue) |
Set the defaultValue property: Default value of parameter.
|
SsisParameter |
SsisParameter.withDescription(String description) |
Set the description property: Parameter description.
|
SsisParameter |
SsisParameter.withDesignDefaultValue(String designDefaultValue) |
Set the designDefaultValue property: Design default value of parameter.
|
SsisParameter |
SsisParameter.withId(Long id) |
Set the id property: Parameter id.
|
SsisParameter |
SsisParameter.withName(String name) |
Set the name property: Parameter name.
|
SsisParameter |
SsisParameter.withRequired(Boolean required) |
Set the required property: Whether parameter is required.
|
SsisParameter |
SsisParameter.withSensitive(Boolean sensitive) |
Set the sensitive property: Whether parameter is sensitive.
|
SsisParameter |
SsisParameter.withSensitiveDefaultValue(String sensitiveDefaultValue) |
Set the sensitiveDefaultValue property: Default sensitive value of parameter.
|
SsisParameter |
SsisParameter.withValueSet(Boolean valueSet) |
Set the valueSet property: Parameter value set.
|
SsisParameter |
SsisParameter.withValueType(String valueType) |
Set the valueType property: Parameter value type.
|
SsisParameter |
SsisParameter.withVariable(String variable) |
Set the variable property: Parameter reference variable.
|