次の方法で共有


ExecuteSsisPackageActivity interface

SSIS パッケージ アクティビティを実行します。

Extends

プロパティ

connectVia

統合ランタイムリファレンス。

environmentPath

SSIS パッケージを実行する環境パス。 型: string (または resultType 文字列を含む式)。

executionCredential

パッケージ実行資格情報。

loggingLevel

SSIS パッケージ実行のログ レベル。 型: string (または resultType 文字列を含む式)。

logLocation

SSIS パッケージ実行ログの場所。

packageConnectionManagers

SSIS パッケージを実行するパッケージ レベルの接続マネージャー。

packageLocation

SSIS パッケージの場所。

packageParameters

SSIS パッケージを実行するパッケージ レベルのパラメーター。

projectConnectionManagers

SSIS パッケージを実行するプロジェクト レベルの接続マネージャー。

projectParameters

SSIS パッケージを実行するためのプロジェクト レベルのパラメーター。

propertyOverrides

このプロパティは、SSIS パッケージを実行するためにオーバーライドされます。

runtime

SSIS パッケージを実行するランタイムを指定します。 値は "x86" または "x64" にする必要があります。 型: string (または resultType 文字列を含む式)。

type

ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。

継承されたプロパティ

dependsOn

アクティビティは条件によって異なります。

description

アクティビティの説明。

linkedServiceName

リンクされたサービス参照。

name

アクティビティ名。

onInactiveMarkAs

状態が非アクティブに設定されている場合のアクティビティの状態の結果。 これは省略可能なプロパティであり、アクティビティが非アクティブのときに指定されていない場合、状態は既定で Succeeded になります。

policy

アクティビティ ポリシー。

state

アクティビティの状態。 これは省略可能なプロパティであり、指定しない場合、状態は既定でアクティブになります。

userProperties

アクティビティ ユーザーのプロパティ。

プロパティの詳細

connectVia

統合ランタイムリファレンス。

connectVia: IntegrationRuntimeReference

プロパティ値

environmentPath

SSIS パッケージを実行する環境パス。 型: string (または resultType 文字列を含む式)。

environmentPath?: any

プロパティ値

any

executionCredential

パッケージ実行資格情報。

executionCredential?: SsisExecutionCredential

プロパティ値

loggingLevel

SSIS パッケージ実行のログ レベル。 型: string (または 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" にする必要があります。 型: string (または 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

状態が非アクティブに設定されている場合のアクティビティの状態の結果。 これは省略可能なプロパティであり、アクティビティが非アクティブのときに指定されていない場合、状態は既定で Succeeded になります。

onInactiveMarkAs?: string

プロパティ値

string

ExecutionActivity.onInactiveMarkAsから継承

policy

アクティビティ ポリシー。

policy?: ActivityPolicy

プロパティ値

ExecutionActivity.policyから継承

state

アクティビティの状態。 これは省略可能なプロパティであり、指定しない場合、状態は既定でアクティブになります。

state?: string

プロパティ値

string

ExecutionActivity.stateから継承

userProperties

アクティビティ ユーザーのプロパティ。

userProperties?: UserProperty[]

プロパティ値

ExecutionActivity.userPropertiesから継承