次の方法で共有


SqlPoolStoredProcedureActivity interface

SQL プール ストアド プロシージャ アクティビティを実行します。

Extends

プロパティ

sqlPool

SQL プール ストアド プロシージャリファレンス。

storedProcedureName

ストアド プロシージャ名。 型: string (または resultType 文字列を含む式)。

storedProcedureParameters

ストアド プロシージャ パラメーターの値と型の設定。 例: "{Parameter1: {value: "1", type: "int"}}".

type

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

継承されたプロパティ

dependsOn

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

description

アクティビティの説明。

name

アクティビティ名。

onInactiveMarkAs

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

state

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

userProperties

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

プロパティの詳細

sqlPool

SQL プール ストアド プロシージャリファレンス。

sqlPool: SqlPoolReference

プロパティ値

storedProcedureName

ストアド プロシージャ名。 型: string (または resultType 文字列を含む式)。

storedProcedureName: any

プロパティ値

any

storedProcedureParameters

ストアド プロシージャ パラメーターの値と型の設定。 例: "{Parameter1: {value: "1", type: "int"}}".

storedProcedureParameters?: any

プロパティ値

any

type

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

type: "SqlPoolStoredProcedure"

プロパティ値

"SqlPoolStoredProcedure"

継承されたプロパティの詳細

dependsOn

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

dependsOn?: ActivityDependency[]

プロパティ値

Activity.dependsOn から継承された

description

アクティビティの説明。

description?: string

プロパティ値

string

Activity.description から継承された

name

アクティビティ名。

name: string

プロパティ値

string

Activity.name から継承された

onInactiveMarkAs

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

onInactiveMarkAs?: string

プロパティ値

string

Activity.onInactiveMarkAs から継承された

state

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

state?: string

プロパティ値

string

Activity.state から継承された

userProperties

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

userProperties?: UserProperty[]

プロパティ値

Activity.userProperties から継承された