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 | |
---|---|---|
Count | Infrastructure. This class is the enumerator over the collection of Columns. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass. | |
Item | Infrastructure. This class is the enumerator over the collection of Columns. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass. |
Top
Methods
Name | Description | |
---|---|---|
Add | Infrastructure. This class is the enumerator over the collection of Columns. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass. | |
GetEnumerator() | (Inherited from IEnumerable.) | |
GetEnumerator() | Infrastructure. This class is the enumerator over the collection of Columns. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass. | |
MoveAfter | Infrastructure. This class is the enumerator over the collection of Columns. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass. | |
MoveBefore | Infrastructure. This class is the enumerator over the collection of Columns. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass. | |
Remove | Infrastructure. This class is the enumerator over the collection of Columns. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass. |
Top