Partager via


Interface IDTSConnectionManagerFlatFile100

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
<GuidAttribute("A83696F8-F467-40B5-B5FD-CADED62A076D")> _
Public Interface IDTSConnectionManagerFlatFile100
'Utilisation
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

Le type IDTSConnectionManagerFlatFile100 expose les membres suivants.

Propriétés

  Nom Description
Propriété publique CodePage Infrastructure. This interface is used by the native connection managers. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass.
Propriété publique ColumnNamesInFirstDataRow Infrastructure. This interface is used by the native connection managers. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass.
Propriété publique Columns Infrastructure. This interface is used by the native connection managers. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass.
Propriété publique DataRowsToSkip Infrastructure. This interface is used by the native connection managers. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass.
Propriété publique Format Infrastructure. This interface is used by the native connection managers. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass.
Propriété publique HeaderRowDelimiter Infrastructure. This interface is used by the native connection managers. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass.
Propriété publique HeaderRowsToSkip Infrastructure. This interface is used by the native connection managers. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass.
Propriété publique LocaleID Infrastructure. This interface is used by the native connection managers. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass.
Propriété publique RowDelimiter Infrastructure. This interface is used by the native connection managers. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass.
Propriété publique TextQualifier Infrastructure. This interface is used by the native connection managers. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass.
Propriété publique Unicode Infrastructure. This interface is used by the native connection managers. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass.

Haut de la page