ScriptActivityParameter Class
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.
Parameters of a script block.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.ScriptActivityParameter+ScriptActivityParameterConverter))]
public class ScriptActivityParameter
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.ScriptActivityParameter+ScriptActivityParameterConverter))>]
type ScriptActivityParameter = class
Public Class ScriptActivityParameter
- Inheritance
-
ScriptActivityParameter
- Attributes
Constructors
ScriptActivityParameter() |
Initializes a new instance of ScriptActivityParameter. |
Properties
Direction |
The direction of the parameter. |
Name |
The name of the parameter. Type: string (or Expression with resultType string). |
Size |
The size of the output direction parameter. |
Type |
The type of the parameter. |
Value |
The value of the parameter. |
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