SSISPropertyOverride Class

SSIS property override.

All required parameters must be populated in order to send to Azure.

Inheritance
SSISPropertyOverride

Constructor

SSISPropertyOverride(*, value: Any, is_sensitive: Optional[bool] = None, **kwargs)

Variables

value
any

Required. SSIS package property override value. Type: string (or Expression with resultType string).

is_sensitive
bool

Whether SSIS package property override value is sensitive data. Value will be encrypted in SSISDB if it is true.