Skip to main content

Enum SsisDataflowPropertyDataType

Namespace: Varigence.Languages.Biml.Transformation

Assembly: Biml.dll

C#


public enum SsisDataflowPropertyDataType

Fields

FieldsDescription
BooleanSpecifies the Boolean data type.
ByteSpecifies the Byte data type.
CharSpecifies the Char data type.
DateTimeSpecifies the DateTime data type.
DBNullSpecifies the DBNull data type.
DecimalSpecifies the Decimal data type.
DoubleSpecifies the Double data type.
EmptySpecifies the Empty data type.
Int16Specifies the Int16 data type.
Int32Specifies the Int32 data type.
Int64Specifies the Int64 data type.
NullSpecifies the Null data type.
ObjectSpecifies the Object data type.
SByteSpecifies the SByte data type.
SingleSpecifies the Single data type.
StringSpecifies the String data type.
UInt16Specifies the UInt16 data type.
UInt32Specifies the UInt32 data type.
UInt64Specifies the UInt64 data type.