IDTSConnectionManagerFlatFile100 Interface

 

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

This interface is used by the native connection managers. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass.

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

[GuidAttribute("200EC933-17BA-479A-A85B-711A56E2C054")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
public interface class IDTSConnectionManagerFlatFile100

NameDescription
System_CAPS_pubpropertyAlwaysCheckForRowDelimiters

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

This interface is used by the native connection managers. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass.

System_CAPS_pubpropertyCodePage

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

Gets or sets the code page for the connection.

System_CAPS_pubpropertyColumnNamesInFirstDataRow

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

Gets or sets a value that indicates whether the column names is in first row.

System_CAPS_pubpropertyColumns

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

Gets the collection of columns from the connection.

System_CAPS_pubpropertyDataRowsToSkip

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

Gets or sets the data rows to skip from the connection.

System_CAPS_pubpropertyFormat

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

Gets or sets the connection format.

System_CAPS_pubpropertyHeaderRowDelimiter

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

Gets or sets the header row delimiter.

System_CAPS_pubpropertyHeaderRowsToSkip

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

Gets or sets the header rows to skip from the connection.

System_CAPS_pubpropertyLocaleID

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

Gets or sets the locale identifier of the connection.

System_CAPS_pubpropertyRowDelimiter

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

Gets or sets the row delimiter.

System_CAPS_pubpropertyTextQualifier

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

Gets or sets the text qualifier of the current instance.

System_CAPS_pubpropertyUnicode

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

Gets or sets a value that indicates whether the connection supports Unicode functionality.

Return to top
Show: