你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ExecuteSsisPackageActivity interface

执行 SSIS 包活动。

扩展

属性

connectVia

集成运行时参考。

environmentPath

执行 SSIS 包的环境路径。 类型:字符串(或带有 resultType 字符串的表达式)。

executionCredential

包执行凭据。

loggingLevel

SSIS 包执行的日志记录级别。 类型:字符串(或带有 resultType 字符串的表达式)。

logLocation

SSIS 包执行日志位置。

packageConnectionManagers

要执行 SSIS 包的包级别连接管理器。

packageLocation

SSIS 包位置。

packageParameters

要执行 SSIS 包的包级别参数。

projectConnectionManagers

用于执行 SSIS 包的项目级连接管理器。

projectParameters

要执行 SSIS 包的项目级别参数。

propertyOverrides

属性重写以执行 SSIS 包。

runtime

指定要执行 SSIS 包的运行时。 该值应为“x86”或“x64”。 类型:字符串(或带有 resultType 字符串的表达式)。

type

多态鉴别器,它指定此对象可以的不同类型的

继承属性

dependsOn

活动取决于条件。

description

活动说明。

linkedServiceName

链接服务引用。

name

活动名称。

onInactiveMarkAs

当状态设置为“非活动”时活动的状态结果。 这是一个可选属性,如果未在活动处于非活动状态时提供,则默认情况下状态将成功。

policy

活动策略。

state

活动状态。 这是一个可选属性,如果未提供,则状态默认为“活动”。

userProperties

活动用户属性。

属性详细信息

connectVia

集成运行时参考。

connectVia: IntegrationRuntimeReference

属性值

environmentPath

执行 SSIS 包的环境路径。 类型:字符串(或带有 resultType 字符串的表达式)。

environmentPath?: any

属性值

any

executionCredential

包执行凭据。

executionCredential?: SsisExecutionCredential

属性值

loggingLevel

SSIS 包执行的日志记录级别。 类型:字符串(或带有 resultType 字符串的表达式)。

loggingLevel?: any

属性值

any

logLocation

SSIS 包执行日志位置。

logLocation?: SsisLogLocation

属性值

packageConnectionManagers

要执行 SSIS 包的包级别连接管理器。

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

属性值

{[propertyName: string]: {[propertyName: string]: SsisExecutionParameter}}

packageLocation

SSIS 包位置。

packageLocation: SsisPackageLocation

属性值

packageParameters

要执行 SSIS 包的包级别参数。

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

属性值

{[propertyName: string]: SsisExecutionParameter}

projectConnectionManagers

用于执行 SSIS 包的项目级连接管理器。

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

属性值

{[propertyName: string]: {[propertyName: string]: SsisExecutionParameter}}

projectParameters

要执行 SSIS 包的项目级别参数。

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

属性值

{[propertyName: string]: SsisExecutionParameter}

propertyOverrides

属性重写以执行 SSIS 包。

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

属性值

{[propertyName: string]: SsisPropertyOverride}

runtime

指定要执行 SSIS 包的运行时。 该值应为“x86”或“x64”。 类型:字符串(或带有 resultType 字符串的表达式)。

runtime?: any

属性值

any

type

多态鉴别器,它指定此对象可以的不同类型的

type: "ExecuteSSISPackage"

属性值

"ExecuteSSISPackage"

继承属性详细信息

dependsOn

活动取决于条件。

dependsOn?: ActivityDependency[]

属性值

继承自 ExecutionActivity.dependsOn

description

活动说明。

description?: string

属性值

string

继承自 ExecutionActivity.description

linkedServiceName

链接服务引用。

linkedServiceName?: LinkedServiceReference

属性值

继承自 ExecutionActivity.linkedServiceName

name

活动名称。

name: string

属性值

string

继承自 ExecutionActivity.name

onInactiveMarkAs

当状态设置为“非活动”时活动的状态结果。 这是一个可选属性,如果未在活动处于非活动状态时提供,则默认情况下状态将成功。

onInactiveMarkAs?: string

属性值

string

继承自 ExecutionActivity.onInactiveMarkAs

policy

活动策略。

policy?: ActivityPolicy

属性值

继承自 ExecutionActivity.policy

state

活动状态。 这是一个可选属性,如果未提供,则状态默认为“活动”。

state?: string

属性值

string

继承自 ExecutionActivity.state

userProperties

活动用户属性。

userProperties?: UserProperty[]

属性值

继承自ExecutionActivity.userProperties