IDTSInputColumn100 Interface

Represents an output column of an upstream component that is selected for use by a component.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
<GuidAttribute("E5826917-D756-4580-B25E-1525B7253DEE")> _
Public Interface IDTSInputColumn100 _
    Inherits IDTSObject100
'Usage
Dim instance As IDTSInputColumn100
[GuidAttribute("E5826917-D756-4580-B25E-1525B7253DEE")]
public interface IDTSInputColumn100 : IDTSObject100
[GuidAttribute(L"E5826917-D756-4580-B25E-1525B7253DEE")]
public interface class IDTSInputColumn100 : IDTSObject100
[<GuidAttribute("E5826917-D756-4580-B25E-1525B7253DEE")>]
type IDTSInputColumn100 =  
    interface
        interface IDTSObject100
    end
public interface IDTSInputColumn100 extends IDTSObject100

Remarks

Input columns describe the columns that a component receives, reads, or modifies during execution. They contain properties that describe the data contained in the column during package execution. They are created by calling the New or NewAt methods of the IDTSInputColumnCollection100 collection.