ExecuteSsisPackageActivity interface
Execute SSIS package activity.
- Extends
Properties
connect |
The integration runtime reference. |
environment |
The environment path to execute the SSIS package. Type: string (or Expression with resultType string). |
execution |
The package execution credential. |
logging |
The logging level of SSIS package execution. Type: string (or Expression with resultType string). |
log |
SSIS package execution log location. |
package |
The package level connection managers to execute the SSIS package. |
package |
SSIS package location. |
package |
The package level parameters to execute the SSIS package. |
project |
The project level connection managers to execute the SSIS package. |
project |
The project level parameters to execute the SSIS package. |
property |
The property overrides to execute the SSIS package. |
runtime | Specifies the runtime to execute SSIS package. The value should be "x86" or "x64". Type: string (or Expression with resultType string). |
type | Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
depends |
Activity depends on condition. |
description | Activity description. |
linked |
Linked service reference. |
name | Activity name. |
on |
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default. |
policy | Activity policy. |
state | Activity state. This is an optional property and if not provided, the state will be Active by default. |
user |
Activity user properties. |
Property Details
connectVia
The integration runtime reference.
connectVia: IntegrationRuntimeReference
Property Value
environmentPath
The environment path to execute the SSIS package. Type: string (or Expression with resultType string).
environmentPath?: any
Property Value
any
executionCredential
The package execution credential.
executionCredential?: SsisExecutionCredential
Property Value
loggingLevel
The logging level of SSIS package execution. Type: string (or Expression with resultType string).
loggingLevel?: any
Property Value
any
logLocation
packageConnectionManagers
The package level connection managers to execute the SSIS package.
packageConnectionManagers?: {[propertyName: string]: {[propertyName: string]: SsisExecutionParameter}}
Property Value
{[propertyName: string]: {[propertyName: string]: SsisExecutionParameter}}
packageLocation
packageParameters
The package level parameters to execute the SSIS package.
packageParameters?: {[propertyName: string]: SsisExecutionParameter}
Property Value
{[propertyName: string]: SsisExecutionParameter}
projectConnectionManagers
The project level connection managers to execute the SSIS package.
projectConnectionManagers?: {[propertyName: string]: {[propertyName: string]: SsisExecutionParameter}}
Property Value
{[propertyName: string]: {[propertyName: string]: SsisExecutionParameter}}
projectParameters
The project level parameters to execute the SSIS package.
projectParameters?: {[propertyName: string]: SsisExecutionParameter}
Property Value
{[propertyName: string]: SsisExecutionParameter}
propertyOverrides
The property overrides to execute the SSIS package.
propertyOverrides?: {[propertyName: string]: SsisPropertyOverride}
Property Value
{[propertyName: string]: SsisPropertyOverride}
runtime
Specifies the runtime to execute SSIS package. The value should be "x86" or "x64". Type: string (or Expression with resultType string).
runtime?: any
Property Value
any
type
Polymorphic discriminator, which specifies the different types this object can be
type: "ExecuteSSISPackage"
Property Value
"ExecuteSSISPackage"
Inherited Property Details
dependsOn
Activity depends on condition.
dependsOn?: ActivityDependency[]
Property Value
Inherited From ExecutionActivity.dependsOn
description
Activity description.
description?: string
Property Value
string
Inherited From ExecutionActivity.description
linkedServiceName
Linked service reference.
linkedServiceName?: LinkedServiceReference
Property Value
Inherited From ExecutionActivity.linkedServiceName
name
onInactiveMarkAs
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
onInactiveMarkAs?: string
Property Value
string
Inherited From ExecutionActivity.onInactiveMarkAs
policy
state
Activity state. This is an optional property and if not provided, the state will be Active by default.
state?: string
Property Value
string
Inherited From ExecutionActivity.state
userProperties
Activity user properties.
userProperties?: UserProperty[]
Property Value
Inherited From ExecutionActivity.userProperties