Udostępnij przez


IDTSInputColumn100 Members

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

The following tables list the members exposed by the IDTSInputColumn100 type.

Public Properties

  Name Description
Bb510830.pubproperty(pl-pl,SQL.100).gif CodePage Gets the character set used to interpret the data contained in a column.
Bb510830.pubproperty(pl-pl,SQL.100).gif ComparisonFlags Gets a value that specifies how two strings are compared.
Bb510830.pubproperty(pl-pl,SQL.100).gif CustomPropertyCollection Gets the IDTSCustomPropertyCollection100 collection of an input column.
Bb510830.pubproperty(pl-pl,SQL.100).gif DataType Gets the DataType of a column.
Bb510830.pubproperty(pl-pl,SQL.100).gif Description Gets or sets the descriptive text for an IDTSInputColumn100 object.
Bb510830.pubproperty(pl-pl,SQL.100).gif ErrorOrTruncationOperation Gets or sets a String that describes the operation that is taking place when an error or truncation occurs.
Bb510830.pubproperty(pl-pl,SQL.100).gif ErrorRowDisposition Gets or sets a value that specifies how a component proceeds when an error occurs while processing an input column at runtime.
Bb510830.pubproperty(pl-pl,SQL.100).gif ExternalMetadataColumnID Gets or sets the ID of the IDTSExternalMetadataColumn100 assigned to an input column.
Bb510830.pubproperty(pl-pl,SQL.100).gif ID Gets or sets the ID of an input column object.
Bb510830.pubproperty(pl-pl,SQL.100).gif IdentificationString Gets a String that uniquely identifies the IDTSInputColumn100 object in a data flow layout.
Bb510830.pubproperty(pl-pl,SQL.100).gif IsValid Gets a value that indicates whether an input column references an upstream column.
Bb510830.pubproperty(pl-pl,SQL.100).gif Length Gets the length of a column.
Bb510830.pubproperty(pl-pl,SQL.100).gif LineageID Gets or sets the identifier of an upstream column object.
Bb510830.pubproperty(pl-pl,SQL.100).gif MappedColumnID Gets or sets the ID of a column that is mapped to this IDTSInputColumn100 object.
Bb510830.pubproperty(pl-pl,SQL.100).gif Name Gets or sets the name of an input column.
Bb510830.pubproperty(pl-pl,SQL.100).gif ObjectType Gets the value from a DTSObjectType enumeration that corresponds to an input column.
Bb510830.pubproperty(pl-pl,SQL.100).gif Precision Gets the total number of digits contained in an input column.
Bb510830.pubproperty(pl-pl,SQL.100).gif Scale Gets the number of decimal places contained in a numeric input column.
Bb510830.pubproperty(pl-pl,SQL.100).gif SortKeyPosition Gets the sort key of an input column.
Bb510830.pubproperty(pl-pl,SQL.100).gif TruncationRowDisposition Gets or sets a value from a DTSRowDisposition enumeration.
Bb510830.pubproperty(pl-pl,SQL.100).gif UpstreamComponentName Gets the name of the component that originally supplied the column.
Bb510830.pubproperty(pl-pl,SQL.100).gif UsageType Gets or sets a value that determines how an IDTSInputColumn100 object is used by the component.

Top

Public Methods

  Name Description
Bb510830.pubmethod(pl-pl,SQL.100).gif DescribeRedirectedErrorCode Returns a String that describes an error code.

Top