IDTSOutputColumnCollection100 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.
Contains a collection of IDTSOutputColumn100 columns.
public interface class IDTSOutputColumnCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("E7E03F27-9D77-4DA8-B574-E0AD5F1D8310")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSOutputColumnCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("1C544979-50D5-4465-8872-CDD1CE54270A")]
public interface IDTSOutputColumnCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("682C4AB4-9B7F-4A06-B6A4-C149D84697CC")]
public interface IDTSOutputColumnCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("E7E03F27-9D77-4DA8-B574-E0AD5F1D8310")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSOutputColumnCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("1C544979-50D5-4465-8872-CDD1CE54270A")>]
type IDTSOutputColumnCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("682C4AB4-9B7F-4A06-B6A4-C149D84697CC")>]
type IDTSOutputColumnCollection100 = interface
interface IEnumerable
Public Interface IDTSOutputColumnCollection100
Implements IEnumerable
- Attributes
- Implements
Remarks
The IDTSOutputColumnCollection100 contains a collection of IDTSOutputColumn100 objects. The columns in this collection represent the columns that a component makes available to downstream components.
The component that contains the collection can be a source component, which means that it adds the columns based on an external data source, or it can be a transformation, which means that it creates columns based on the columns it receives in its IDTSInput100.
Properties
Count |
Gets the number of IDTSOutput100 columns in the collection. |
Item[Object] |
Gets the IDTSOutputColumn100 specified by the |
Methods
FindObjectByID(Int32) |
Locates the requested object in a collection by its ID. |
FindObjectIndexByID(Int32) |
Locates the index of the requested object in the collection by its ID. |
GetEnumerator() |
Returns an enumerator that can iterate through an output column collection. |
GetObjectByID(Int32) |
Retrieves the output column object that has the specified ID from a collection. |
GetObjectIndexByID(Int32) |
Retrieves the location of an output column in a collection. |
GetOutputColumnByLineageID(Int32) |
Retrieves an output column object with the specified lineage ID from a collection. |
New() |
Creates an output column object and adds it to a collection. |
NewAt(Int32) |
Creates a new output column object and adds it to a collection at the specified index. |
RemoveAll() |
Deletes all the output column objects from a collection. |
RemoveObjectByID(Int32) |
Deletes the output column object with the specified ID from a collection. |
RemoveObjectByIndex(Object) |
Removes the IDTSOutputColumn100 object at the specified location in a collection. |
SetIndex(Int32, Int32) |
Moves an output column to a new location in a collection. |