IDTSConnectionManagerFlatFileColumn100 Interface

 

This API supports the product infrastructure and is not intended to be used directly from your code.

For more information, see FlatFileColumn.

Namespace:   Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

[GuidAttribute("8A2A37BA-91DA-4AAC-9F19-73FAA6C9798A")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
public interface class IDTSConnectionManagerFlatFileColumn100

NameDescription
System_CAPS_pubpropertyColumnDelimiter

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.

System_CAPS_pubpropertyColumnType

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.

System_CAPS_pubpropertyColumnWidth

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.

System_CAPS_pubpropertyDataPrecision

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.

System_CAPS_pubpropertyDataScale

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets and sets the scale.

System_CAPS_pubpropertyDataType

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.

System_CAPS_pubpropertyMaximumWidth

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.

System_CAPS_pubpropertyTextQualified

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.

Return to top
Show: