SSISChildPackage Class
SSIS embedded child package.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
SSISChildPackage
Constructor
SSISChildPackage(*, package_path: object, package_content: object, package_name: Optional[str] = None, package_last_modified_date: Optional[str] = None, **kwargs)
Parameters
- package_path
- object
Required
Required. Path for embedded child package. Type: string (or Expression with resultType string).
- package_content
- object
Required
Required. Content for embedded child package. Type: string (or Expression with resultType string).
Feedback
Submit and view feedback for