Package version:

Interface SsisChildPackage

SSIS embedded child package.

interface SsisChildPackage {
    packageContent: any;
    packageLastModifiedDate?: string;
    packageName?: string;
    packagePath: any;
}

Properties

packageContent: any

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

packageLastModifiedDate?: string

Last modified date for embedded child package.

packageName?: string

Name for embedded child package.

packagePath: any

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