IDTSInputColumn100 Interfaz

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
<GuidAttribute("E5826917-D756-4580-B25E-1525B7253DEE")> _
Public Interface IDTSInputColumn100 _
    Inherits IDTSObject100
'Uso
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

Notas

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.