Package version:

Interface ScriptActivityScriptBlock

Script block of scripts.

interface ScriptActivityScriptBlock {
    parameters?: ScriptActivityParameter[];
    text: any;
    type: any;
}

Properties

Properties

Array of script parameters. Type: array.

text: any

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

type: any

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