IDTSInputColumn100 Interface

Definition

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

public interface class IDTSInputColumn100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSObject100
[System.Runtime.InteropServices.Guid("DF96659E-7D93-4B69-A50F-40F3F6C04948")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSInputColumn100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("62D2C679-4FC3-45A2-8A24-8EA413A9F687")]
public interface IDTSInputColumn100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("19D86049-6179-439F-A3DD-DCF0A8D2D276")]
public interface IDTSInputColumn100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[<System.Runtime.InteropServices.Guid("DF96659E-7D93-4B69-A50F-40F3F6C04948")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSInputColumn100 = interface
    interface IDTSObject100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("62D2C679-4FC3-45A2-8A24-8EA413A9F687")>]
type IDTSInputColumn100 = interface
    interface IDTSObject100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("19D86049-6179-439F-A3DD-DCF0A8D2D276")>]
type IDTSInputColumn100 = interface
    interface IDTSObject100
Public Interface IDTSInputColumn100
Implements IDTSObject100
Derived
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

Gets the character set used to interpret the data contained in a column.

ComparisonFlags

Gets a value that specifies how two strings are compared.

CustomPropertyCollection

Gets the IDTSCustomPropertyCollection100 collection of an input column.

DataType

Gets the DataType of a column.

Description

Gets or sets the descriptive text for an IDTSInputColumn100 object.

ErrorOrTruncationOperation

Gets or sets a String that describes the operation that is taking place when an error or truncation occurs.

ErrorRowDisposition

Gets or sets a value that specifies how a component proceeds when an error occurs while processing an input column at runtime.

ExternalMetadataColumnID

Gets or sets the ID of the IDTSExternalMetadataColumn100 assigned to an input column.

ID

Gets or sets the ID of an input column object.

IdentificationString

Gets a String that uniquely identifies the IDTSInputColumn100 object in a data flow layout.

IsAssociatedWithOutputColumn

Gets whether the IDTSInputColumn100 is associated with output column.

IsValid

Gets a value that indicates whether an input column references an upstream column.

Length

Gets the length of a column.

LineageID

Gets or sets the identifier of an upstream column object.

MappedColumnID

Gets or sets the ID of a column that is mapped to this IDTSInputColumn100 object.

Name

Gets or sets the name of an input column.

ObjectType

Gets the value from a DTSObjectType enumeration that corresponds to an input column.

Precision

Gets the total number of digits contained in an input column.

Scale

Gets the number of decimal places contained in a numeric input column.

SortKeyPosition

Gets the sort key of an input column.

TruncationRowDisposition

Gets or sets a value from a DTSRowDisposition enumeration.

UpstreamComponentName

Gets the name of the component that originally supplied the column.

UsageType

Gets or sets a value that determines how an IDTSInputColumn100 object is used by the component.

Methods

DescribeRedirectedErrorCode(Int32)

Returns a String that describes an error code.

Applies to