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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET