SSISChildPackage Class

SSIS embedded child package.

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

Inheritance
SSISChildPackage

Constructor

SSISChildPackage(*, package_path: Any, package_content: Any, package_name: Optional[str] = None, package_last_modified_date: Optional[str] = None, **kwargs)

Variables

package_path
any

Required. Path for embedded child package. Type: string (or Expression with resultType string).

package_name
str

Name for embedded child package.

package_content
any

Required. Content for embedded child package. Type: string (or Expression with resultType string).

package_last_modified_date
str

Last modified date for embedded child package.