ScriptActivityScriptBlock Class
Script block of scripts.
Constructor
ScriptActivityScriptBlock(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
text
|
The query text. Type: string (or Expression with resultType string). Required. |
|
type
|
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