IDTSVirtualInputColumnCollection100 Interface

Definition

Contains a collection of IDTSVirtualInputColumn100 columns.

public interface class IDTSVirtualInputColumnCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("0017B41D-CFFF-4BAE-9746-28E13A3FF874")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSVirtualInputColumnCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("6E464A02-FC19-4BC2-B371-EBC026E535E6")]
public interface IDTSVirtualInputColumnCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("F459FF19-A3FF-4CCC-A1BC-A76D87392B1A")]
public interface IDTSVirtualInputColumnCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("0017B41D-CFFF-4BAE-9746-28E13A3FF874")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSVirtualInputColumnCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("6E464A02-FC19-4BC2-B371-EBC026E535E6")>]
type IDTSVirtualInputColumnCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("F459FF19-A3FF-4CCC-A1BC-A76D87392B1A")>]
type IDTSVirtualInputColumnCollection100 = interface
    interface IEnumerable
Public Interface IDTSVirtualInputColumnCollection100
Implements IEnumerable
Attributes
Implements

Remarks

The IDTSVirtualInputColumnCollection100 contains a collection of IDTSVirtualInputColumn100 objects. Each of the virtual input columns in the collection represents an IDTSOutputColumn100 column in the IDTSOutput100 of an upstream component in the graph.

Properties

Count

Gets the number of IDTSVirtualInputColumn100 columns in a collection.

Item[Object]

Gets the IDTSVirtualInputColumn100 specified by the Index parameter.

Methods

FindObjectByID(Int32)

Locates the requested object in a collection by its ID.

FindObjectIndexByID(Int32)

Locates the index of a requested object in a collection by its ID.

GetEnumerator()

Returns an enumerator that can iterate through the collection of IDTSVirtualInputColumn100 objects.

GetObjectByID(Int32)

Gets an IDTSVirtualInputColumn100 object having the specified ID.

GetObjectIndexByID(Int32)

Gets the index of an IDTSVirtualInputColumn100 object in the collection.

GetVirtualInputColumnByLineageID(Int32)

Gets an IDTSVirtualInputColumn100 object from the collection having the specified LineageID property.

GetVirtualInputColumnByName(String, String)

Gets an IDTSVirtualInputColumn100 object having the specified name.

SetIndex(Int32, Int32)

Changes the location of an IDTSVirtualInputColumn100 object in a collection.

Applies to