ScriptActivityScriptBlock(Object, Object) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET