ScriptActivityParameterType Struct
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.
The type of the parameter.
public readonly struct ScriptActivityParameterType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.ScriptActivityParameterType>
type ScriptActivityParameterType = struct
Public Structure ScriptActivityParameterType
Implements IEquatable(Of ScriptActivityParameterType)
- Inheritance
-
ScriptActivityParameterType
- Implements
Constructors
ScriptActivityParameterType(String) |
Initializes a new instance of ScriptActivityParameterType. |
Properties
Boolean |
Boolean. |
DateTime |
DateTime. |
DateTimeOffset |
DateTimeOffset. |
Decimal |
Decimal. |
Double |
Double. |
Guid |
Guid. |
Int16 |
Int16. |
Int32 |
Int32. |
Int64 |
Int64. |
Single |
Single. |
String |
String. |
Timespan |
Timespan. |
Methods
Equals(ScriptActivityParameterType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ScriptActivityParameterType, ScriptActivityParameterType) |
Determines if two ScriptActivityParameterType values are the same. |
Implicit(String to ScriptActivityParameterType) |
Converts a string to a ScriptActivityParameterType. |
Inequality(ScriptActivityParameterType, ScriptActivityParameterType) |
Determines if two ScriptActivityParameterType values are not the same. |
Applies to
Azure SDK for .NET