Freigeben über


IDTSConnectionManagerFlatFile100-Schnittstelle

Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

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

Syntax

'Declaration
<GuidAttribute("A83696F8-F467-40B5-B5FD-CADED62A076D")> _
Public Interface IDTSConnectionManagerFlatFile100
'Usage
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

Der IDTSConnectionManagerFlatFile100-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft CodePage Infrastruktur This interface is used by the native connection managers. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass.
Öffentliche Eigenschaft ColumnNamesInFirstDataRow Infrastruktur This interface is used by the native connection managers. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass.
Öffentliche Eigenschaft Columns Infrastruktur This interface is used by the native connection managers. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass.
Öffentliche Eigenschaft DataRowsToSkip Infrastruktur This interface is used by the native connection managers. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass.
Öffentliche Eigenschaft Format Infrastruktur This interface is used by the native connection managers. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass.
Öffentliche Eigenschaft HeaderRowDelimiter Infrastruktur This interface is used by the native connection managers. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass.
Öffentliche Eigenschaft HeaderRowsToSkip Infrastruktur This interface is used by the native connection managers. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass.
Öffentliche Eigenschaft LocaleID Infrastruktur This interface is used by the native connection managers. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass.
Öffentliche Eigenschaft RowDelimiter Infrastruktur This interface is used by the native connection managers. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass.
Öffentliche Eigenschaft TextQualifier Infrastruktur This interface is used by the native connection managers. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass.
Öffentliche Eigenschaft Unicode Infrastruktur This interface is used by the native connection managers. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass.

Zum Anfang