SSISChildPackage Class
SSIS embedded child package.
Constructor
SSISChildPackage(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
package_path
|
Path for embedded child package. Type: string (or Expression with resultType string). Required. |
|
package_name
|
Name for embedded child package. |
|
package_content
|
Content for embedded child package. Type: string (or Expression with resultType string). Required. |
|
package_last_modified_date
|
Last modified date for embedded child package. |
Attributes
package_content
string (or Expression with resultType string). Required.
package_content: Any
package_last_modified_date
Last modified date for embedded child package.
package_last_modified_date: str | None
package_name
Name for embedded child package.
package_name: str | None
package_path
string (or Expression with resultType string). Required.
package_path: Any