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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET