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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET