IDTSInputColumn100 Interface

Definition

public interface class IDTSInputColumn100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSObject100
[System.Runtime.InteropServices.Guid("EA1BA2A5-D09A-46ED-BF31-4D8AB1849100")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSInputColumn100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSObject100
[<System.Runtime.InteropServices.Guid("EA1BA2A5-D09A-46ED-BF31-4D8AB1849100")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSInputColumn100 = interface
    interface IDTSObject100
Public Interface IDTSInputColumn100
Implements IDTSObject100
Attributes
Implements

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.

Properties

CodePage
ComparisonFlags
CustomPropertyCollection
DataType
Description
ErrorOrTruncationOperation
ErrorRowDisposition
ExternalMetadataColumnID
ID
IdentificationString
IsAssociatedWithOutputColumn
IsValid
Length
LineageID
MappedColumnID
Name
ObjectType
Precision
Scale
SortKeyPosition
TruncationRowDisposition
UpstreamComponentName
UsageType

Methods

DescribeRedirectedErrorCode(Int32)

Applies to