AdfCopyActivityMappingDataType Enumeration
Supported data types for copy activity mappings.
Enumeration Values
Name | Summary |
---|---|
Unspecified | The default selection for when the user wishes to omit the datatype. |
ByteArray | Corresponds to the 'Byte[]' data type. |
Boolean | Corresponds to the 'Boolean' data type. |
Datetime | Corresponds to the 'Datetime' data type. |
Datetimeoffset | Corresponds to the 'Datetimeoffset' data type. |
Decimal | Corresponds to the 'Decimal' data type. |
Double | Corresponds to the 'Double' data type. |
Guid | Corresponds to the 'Guid' data type. |
Int16 | Corresponds to the 'Int16' data type. |
Int32 | Corresponds to the 'Int32' data type. |
Int64 | Corresponds to the 'Int64' data type. |
Single | Corresponds to the 'Single' data type. |
String | Corresponds to the 'String' data type. |
Timespan | Corresponds to the 'Timespan' data type. |