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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET