IDTSConnectionManagerExcel100 Interface
This API supports the infrastructure and is not intended to be used directly from your code.
For more information, see ConnectionManagerExcelClass.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("CE3BD31D-C6C0-4001-95F0-04CD466D3B0F")> _
Public Interface IDTSConnectionManagerExcel100
'Usage
Dim instance As IDTSConnectionManagerExcel100
[GuidAttribute("CE3BD31D-C6C0-4001-95F0-04CD466D3B0F")]
public interface IDTSConnectionManagerExcel100
[GuidAttribute(L"CE3BD31D-C6C0-4001-95F0-04CD466D3B0F")]
public interface class IDTSConnectionManagerExcel100
[<GuidAttribute("CE3BD31D-C6C0-4001-95F0-04CD466D3B0F")>]
type IDTSConnectionManagerExcel100 = interface end
public interface IDTSConnectionManagerExcel100
The IDTSConnectionManagerExcel100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
ExcelFilePath | Infrastructure. For more information, see ConnectionManagerExcelClass. | |
ExcelVersionNumber | Infrastructure. For more information, see ConnectionManagerExcelClass. | |
FirstRowHasColumnName | Infrastructure. For more information, see ConnectionManagerExcelClass. |
Top