Enum SsisDataflowPropertyDataType
Namespace: Varigence.Languages.Biml.Transformation
Assembly: Biml.dll
C#
public enum SsisDataflowPropertyDataType
Fields
| Fields | Description |
|---|---|
| Boolean | Specifies the Boolean data type. |
| Byte | Specifies the Byte data type. |
| Char | Specifies the Char data type. |
| DateTime | Specifies the DateTime data type. |
| DBNull | Specifies the DBNull data type. |
| Decimal | Specifies the Decimal data type. |
| Double | Specifies the Double data type. |
| Empty | Specifies the Empty data type. |
| Int16 | Specifies the Int16 data type. |
| Int32 | Specifies the Int32 data type. |
| Int64 | Specifies the Int64 data type. |
| Null | Specifies the Null data type. |
| Object | Specifies the Object data type. |
| SByte | Specifies the SByte data type. |
| Single | Specifies the Single data type. |
| String | Specifies the String data type. |
| UInt16 | Specifies the UInt16 data type. |
| UInt32 | Specifies the UInt32 data type. |
| UInt64 | Specifies the UInt64 data type. |