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. |
页首