Share via


ScriptActivityScriptBlock(Object, Object) Constructor

Definition

Initializes a new instance of ScriptActivityScriptBlock.

public ScriptActivityScriptBlock (object text, object type);
new Azure.Analytics.Synapse.Artifacts.Models.ScriptActivityScriptBlock : obj * obj -> Azure.Analytics.Synapse.Artifacts.Models.ScriptActivityScriptBlock
Public Sub New (text As Object, type As Object)

Parameters

text
Object

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

type
Object

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

Exceptions

text or type is null.

Applies to