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.
public class ScriptActivityParameter
type ScriptActivityParameter = class
Public Class ScriptActivityParameter
- Inheritance
-
ScriptActivityParameter
Constructors
ScriptActivityParameter() |
Initializes a new instance of the ScriptActivityParameter class. |
ScriptActivityParameter(Object, String, Object, String, Nullable<Int32>) |
Initializes a new instance of the ScriptActivityParameter class. |
Properties
Direction |
Gets or sets the direction of the parameter. Possible values include: 'Input', 'Output', 'InputOutput' |
Name |
Gets or sets the name of the parameter. Type: string (or Expression with resultType string). |
Size |
Gets or sets the size of the output direction parameter. |
Type |
Gets or sets the type of the parameter. Possible values include: 'Boolean', 'DateTime', 'DateTimeOffset', 'Decimal', 'Double', 'Guid', 'Int16', 'Int32', 'Int64', 'Single', 'String', 'Timespan' |
Value |
Gets or sets the value of the parameter. |
Applies to
Azure SDK for .NET