AdfStoredProcedureParameterDataType Enumeration
Supported data types for pipeline variables.
Enumeration Values
Name | Summary |
---|---|
String | Corresponds to the 'String' data type. |
Int | Corresponds to the 'Int' data type. |
Int64 | Corresponds to the 'Int64' data type. |
Decimal | Corresponds to the 'Decimal' data type. |
Guid | Corresponds to the 'Guid' data type. |
Boolean | Corresponds to the 'Boolean' data type. |
Date | Corresponds to the 'Date' data type. |