IDTSConnectionManagerFlatFileColumns100 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a collection of IDTSConnectionManagerFlatFileColumn100 objects.
public interface class IDTSConnectionManagerFlatFileColumns100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("5E0D5F40-EA39-4F13-84EC-5626FFF957F0")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSConnectionManagerFlatFileColumns100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("95D33D0E-CFEA-4F4A-845B-1E19E36BBDB7")]
public interface IDTSConnectionManagerFlatFileColumns100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("49B49676-C978-4939-A918-61E2B6D73A67")]
public interface IDTSConnectionManagerFlatFileColumns100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("5E0D5F40-EA39-4F13-84EC-5626FFF957F0")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSConnectionManagerFlatFileColumns100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("95D33D0E-CFEA-4F4A-845B-1E19E36BBDB7")>]
type IDTSConnectionManagerFlatFileColumns100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("49B49676-C978-4939-A918-61E2B6D73A67")>]
type IDTSConnectionManagerFlatFileColumns100 = interface
interface IEnumerable
Public Interface IDTSConnectionManagerFlatFileColumns100
Implements IEnumerable
- Attributes
- Implements
Properties
Count |
Gets the number of elements in the collection. |
Item[Object] |
Gets an IDTSConnectionManagerFlatFileColumn100 object from the collection. |
Methods
Add() |
Creates and adds an IDTSConnectionManagerFlatFileColumn100 object to the end of the collection. |
GetEnumerator() |
Returns an enumerator for iterating over the IDTSConnectionManagerFlatFileColumns100 collection. |
MoveAfter(Object, IDTSConnectionManagerFlatFileColumn100) |
Relocates an IDTSConnectionManagerFlatFileColumn100 object after an existing IDTSConnectionManagerFlatFileColumn100 object. |
MoveBefore(Object, IDTSConnectionManagerFlatFileColumn100) |
Relocates a IDTSConnectionManagerFlatFileColumn100 object in front of an existing IDTSConnectionManagerFlatFileColumn100 object. |
Remove(Object) |
Removes an IDTSConnectionManagerFlatFileColumn100 object from the collection. |