Enum FlatFileColumnType
C#
public enum FlatFileColumnType
Fields
| Delimited | Specifies that each column of the flat file is delimited by defined characters. |
| FixedWidth | Specifies that each column of the flat file contains a predfined number of characters. |