Package version:

Interface ExecuteSsisPackageActivity

Execute SSIS package activity.

Hierarchy

Properties

The integration runtime reference.

dependsOn?: ActivityDependency[]

Activity depends on condition.

description?: string

Activity description.

environmentPath?: any

The environment path to execute the SSIS package. Type: string (or Expression with resultType string).

executionCredential?: SsisExecutionCredential

The package execution credential.

linkedServiceName?: LinkedServiceReference

Linked service reference.

logLocation?: SsisLogLocation

SSIS package execution log location.

loggingLevel?: any

The logging level of SSIS package execution. Type: string (or Expression with resultType string).

name: string

Activity name.

packageConnectionManagers?: {
    [propertyName: string]: {
        [propertyName: string]: SsisExecutionParameter;
    };
}

The package level connection managers to execute the SSIS package.

Type declaration

packageLocation: SsisPackageLocation

SSIS package location.

packageParameters?: {
    [propertyName: string]: SsisExecutionParameter;
}

The package level parameters to execute the SSIS package.

Type declaration

Activity policy.

projectConnectionManagers?: {
    [propertyName: string]: {
        [propertyName: string]: SsisExecutionParameter;
    };
}

The project level connection managers to execute the SSIS package.

Type declaration

projectParameters?: {
    [propertyName: string]: SsisExecutionParameter;
}

The project level parameters to execute the SSIS package.

Type declaration

propertyOverrides?: {
    [propertyName: string]: SsisPropertyOverride;
}

The property overrides to execute the SSIS package.

Type declaration

runtime?: any

Specifies the runtime to execute SSIS package. The value should be "x86" or "x64". Type: string (or Expression with resultType string).

type: "ExecuteSSISPackage"

Polymorphic discriminator, which specifies the different types this object can be

userProperties?: UserProperty[]

Activity user properties.

Generated using TypeDoc