你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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