共用方式為


ExecuteSsisPackageActivity interface

執行 SSIS 套件活動。

Extends

屬性

connectVia

整合運行時間參考。

environmentPath

執行 SSIS 封裝的環境路徑。 Type:string (或 expression with resultType string) 。

executionCredential

封裝執行認證。

loggingLevel

SSIS 封裝執行的記錄層級。 Type:string (或 expression with resultType string) 。

logLocation

SSIS 套件執行記錄檔位置。

packageConnectionManagers

要執行 SSIS 封裝的封裝層級連接管理員。

packageLocation

SSIS 套件位置。

packageParameters

要執行 SSIS 封裝的封裝層級參數。

projectConnectionManagers

要執行 SSIS 封裝的專案層級連接管理員。

projectParameters

要執行 SSIS 封裝的專案層級參數。

propertyOverrides

屬性會覆寫以執行 SSIS 封裝。

runtime

指定要執行 SSIS 封裝的運行時間。 此值應該是 「x86」 或 「x64」。 Type:string (或 expression with resultType string) 。

type

多型歧視性,指定這個物件可以是的不同類型

繼承的屬性

dependsOn

活動取決於條件。

description

活動描述。

linkedServiceName

鏈接的服務參考。

name

活動名稱。

onInactiveMarkAs

當狀態設定為 [非使用中] 時,活動的狀態結果。 這是選擇性屬性,如果未在活動處於非使用中狀態時提供,則狀態預設會是 [成功]。

policy

活動原則。

state

活動狀態。 這是選擇性屬性,如果未提供,則狀態預設為 [作用中]。

userProperties

活動用戶屬性。

屬性詳細資料

connectVia

整合運行時間參考。

connectVia: IntegrationRuntimeReference

屬性值

environmentPath

執行 SSIS 封裝的環境路徑。 Type:string (或 expression with resultType string) 。

environmentPath?: any

屬性值

any

executionCredential

封裝執行認證。

executionCredential?: SsisExecutionCredential

屬性值

loggingLevel

SSIS 封裝執行的記錄層級。 Type:string (或 expression with resultType string) 。

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」。 Type:string (或 expression with resultType string) 。

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