IDTSConnectionManagerFlatFile100 接口

此 API 支持 基础结构,但不能通过代码直接使用。

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

命名空间:  Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集:  Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

语法

声明
<GuidAttribute("A83696F8-F467-40B5-B5FD-CADED62A076D")> _
Public Interface IDTSConnectionManagerFlatFile100
用法
Dim instance As IDTSConnectionManagerFlatFile100
[GuidAttribute("A83696F8-F467-40B5-B5FD-CADED62A076D")]
public interface IDTSConnectionManagerFlatFile100
[GuidAttribute(L"A83696F8-F467-40B5-B5FD-CADED62A076D")]
public interface class IDTSConnectionManagerFlatFile100
[<GuidAttribute("A83696F8-F467-40B5-B5FD-CADED62A076D")>]
type IDTSConnectionManagerFlatFile100 =  interface end
public interface IDTSConnectionManagerFlatFile100

IDTSConnectionManagerFlatFile100 类型公开以下成员。

属性

  名称 说明
公共属性 CodePage 基础结构。This interface is used by the native connection managers. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass.
公共属性 ColumnNamesInFirstDataRow 基础结构。This interface is used by the native connection managers. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass.
公共属性 Columns 基础结构。This interface is used by the native connection managers. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass.
公共属性 DataRowsToSkip 基础结构。This interface is used by the native connection managers. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass.
公共属性 Format 基础结构。This interface is used by the native connection managers. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass.
公共属性 HeaderRowDelimiter 基础结构。This interface is used by the native connection managers. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass.
公共属性 HeaderRowsToSkip 基础结构。This interface is used by the native connection managers. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass.
公共属性 LocaleID 基础结构。This interface is used by the native connection managers. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass.
公共属性 RowDelimiter 基础结构。This interface is used by the native connection managers. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass.
公共属性 TextQualifier 基础结构。This interface is used by the native connection managers. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass.
公共属性 Unicode 基础结构。This interface is used by the native connection managers. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass.

页首