Share via


IDTSConnectionManagerFlatFileColumns100 Interface

This API supports the infrastructure and is not intended to be used directly from your code.

This class is the enumerator over the collection of Columns. 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("B864D668-6A9E-4358-B34D-E4A404E20CAA")> _
Public Interface IDTSConnectionManagerFlatFileColumns100 _
    Inherits IEnumerable
'Usage
Dim instance As IDTSConnectionManagerFlatFileColumns100
[GuidAttribute("B864D668-6A9E-4358-B34D-E4A404E20CAA")]
public interface IDTSConnectionManagerFlatFileColumns100 : IEnumerable
[GuidAttribute(L"B864D668-6A9E-4358-B34D-E4A404E20CAA")]
public interface class IDTSConnectionManagerFlatFileColumns100 : IEnumerable
[<GuidAttribute("B864D668-6A9E-4358-B34D-E4A404E20CAA")>]
type IDTSConnectionManagerFlatFileColumns100 =  
    interface
        interface IEnumerable
    end
public interface IDTSConnectionManagerFlatFileColumns100 extends IEnumerable

The IDTSConnectionManagerFlatFileColumns100 type exposes the following members.

Properties

  Name Description
Public property Count Infrastructure. This class is the enumerator over the collection of Columns. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass.
Public property Item Infrastructure. This class is the enumerator over the collection of Columns. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass.

Top

Methods

  Name Description
Public method Add Infrastructure. This class is the enumerator over the collection of Columns. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass.
Public method GetEnumerator() (Inherited from IEnumerable.)
Public method GetEnumerator() Infrastructure. This class is the enumerator over the collection of Columns. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass.
Public method MoveAfter Infrastructure. This class is the enumerator over the collection of Columns. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass.
Public method MoveBefore Infrastructure. This class is the enumerator over the collection of Columns. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass.
Public method Remove Infrastructure. This class is the enumerator over the collection of Columns. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass.

Top