ScriptActivityScriptBlock Class

Script block of scripts.

Constructor

ScriptActivityScriptBlock(*args: Any, **kwargs: Any)

Variables

Name Description
text
any

The query text. Type: string (or Expression with resultType string). Required.

type
any

The type of the query. Please refer to the ScriptType for valid options. Type: string (or Expression with resultType string). Required.

parameters

Array of script parameters. Type: array.

Attributes

parameters

array.

parameters: list['_models.ScriptActivityParameter'] | None

text

string (or Expression with resultType string). Required.

text: Any

type

string (or Expression with resultType string). Required.

type: Any