Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExecuteSsisPackageActivity

Package version

Execute SSIS package activity.

Hierarchy

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

connectVia

The integration runtime reference.

Optional dependsOn

dependsOn: ActivityDependency[]

Activity depends on condition.

Optional description

description: undefined | string

Activity description.

Optional environmentPath

environmentPath: any

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

Optional executionCredential

executionCredential: SsisExecutionCredential

The package execution credential.

Optional linkedServiceName

linkedServiceName: LinkedServiceReference

Linked service reference.

Optional logLocation

logLocation: SsisLogLocation

SSIS package execution log location.

Optional loggingLevel

loggingLevel: any

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

name

name: string

Activity name.

Optional packageConnectionManagers

packageConnectionManagers: undefined | {}

The package level connection managers to execute the SSIS package.

packageLocation

packageLocation: SsisPackageLocation

SSIS package location.

Optional packageParameters

packageParameters: undefined | {}

The package level parameters to execute the SSIS package.

Optional policy

Activity policy.

Optional projectConnectionManagers

projectConnectionManagers: undefined | {}

The project level connection managers to execute the SSIS package.

Optional projectParameters

projectParameters: undefined | {}

The project level parameters to execute the SSIS package.

Optional propertyOverrides

propertyOverrides: undefined | {}

The property overrides to execute the SSIS package.

Optional runtime

runtime: any

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

type

type: "ExecuteSSISPackage"

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

Optional userProperties

userProperties: UserProperty[]

Activity user properties.

Generated using TypeDoc