SSISPropertyOverride Class
SSIS property override.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelSSISPropertyOverride
Constructor
SSISPropertyOverride(*, value: MutableMapping[str, Any], is_sensitive: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
value
|
<xref:JSON>
SSIS package property override value. Type: string (or Expression with resultType string). Required. |
is_sensitive
|
Whether SSIS package property override value is sensitive data. Value will be encrypted in SSISDB if it is true. |
Variables
Name | Description |
---|---|
value
|
<xref:JSON>
SSIS package property override value. Type: string (or Expression with resultType string). Required. |
is_sensitive
|
Whether SSIS package property override value is sensitive data. Value will be encrypted in SSISDB if it is true. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python