IDTSConnectionManagerFlatFileColumn100 Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
For more information, see FlatFileColumn.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Name | Description | |
|---|---|---|
![]() | ColumnDelimiter | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the character that is the column delimiter. |
![]() | ColumnType | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the column type, whether delimited or fixed width. |
![]() | ColumnWidth | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the value that indicates how wide a column is when the ColumnType is fixed width. |
![]() | DataPrecision | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the total number of digits in a column that is defined as a numeric data type. |
![]() | DataScale | This API supports the product infrastructure and is not intended to be used directly from your code. Gets and sets the scale. |
![]() | DataType | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the DataType of the value stored in the flat file column. This API is not CLS-compliant. |
![]() | MaximumWidth | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the maximum number of bytes to be read from the buffer. |
![]() | TextQualified | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a Boolean that indicates whether the column is text qualified. |
