IDTSConnectionManagerExcel100 Interface

 

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

Represents a connection manager that connects to an Excel workbook file.

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

[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
[GuidAttribute("D732F555-7735-428C-A47E-E15AD4D36ECF")]
public interface class IDTSConnectionManagerExcel100

NameDescription
System_CAPS_pubpropertyExcelFilePath

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

Gets or sets the path of the Excel workbook file.

System_CAPS_pubpropertyExcelVersionNumber

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

Gets or sets the version of Excel that was used to create the file.

System_CAPS_pubpropertyFirstRowHasColumnName

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 first contains the column name.

For more information, see ConnectionManagerExcelClass.

Return to top
Show: