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
'Deklaracja
<TypeLibTypeAttribute(4160)> _
<GuidAttribute("E5826917-D756-4580-B25E-1525B7253DEE")> _
Public Interface IDTSInputColumn100
Inherits IDTSObject100
[TypeLibTypeAttribute(4160)]
[GuidAttribute("E5826917-D756-4580-B25E-1525B7253DEE")]
public interface IDTSInputColumn100 : IDTSObject100
[TypeLibTypeAttribute(4160)]
[GuidAttribute(L"E5826917-D756-4580-B25E-1525B7253DEE")]
public interface class IDTSInputColumn100 : IDTSObject100
/** @attribute TypeLibTypeAttribute(4160) */
/** @attribute GuidAttribute("E5826917-D756-4580-B25E-1525B7253DEE") */
public interface IDTSInputColumn100 extends IDTSObject100
TypeLibTypeAttribute(4160)
GuidAttribute("E5826917-D756-4580-B25E-1525B7253DEE")
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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.