Udostępnij przez


IDTSOutputColumn100 Members

Contains the design-time definition of a column provided by a component.

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

Public Properties

  Name Description
Bb500678.pubproperty(pl-pl,SQL.100).gif CodePage Gets the character set used to interpret the data contained in a column.
Bb500678.pubproperty(pl-pl,SQL.100).gif ComparisonFlags Gets or sets a value that specifies how two strings are compared.
Bb500678.pubproperty(pl-pl,SQL.100).gif CustomPropertyCollection Gets an IDTSCustomPropertyCollection100 collection of the output column.
Bb500678.pubproperty(pl-pl,SQL.100).gif DataType Gets the DataType of a column.
Bb500678.pubproperty(pl-pl,SQL.100).gif Description Gets or sets the description of an IDTSOutputColumn100 object.
Bb500678.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.
Bb500678.pubproperty(pl-pl,SQL.100).gif ErrorRowDisposition Gets or sets a value that specifies how a component proceeds if an error occurs while processing an output column at run time.
Bb500678.pubproperty(pl-pl,SQL.100).gif ExternalMetadataColumnID Gets or sets the ID of an IDTSExternalMetadataColumn100 assigned to an output column.
Bb500678.pubproperty(pl-pl,SQL.100).gif ID Gets or sets the ID of an IDTSOutputColumn100 column.
Bb500678.pubproperty(pl-pl,SQL.100).gif IdentificationString Gets the string that uniquely identifies an IDTSOutputColumn100 object in the data flow layout.
Bb500678.pubproperty(pl-pl,SQL.100).gif Length Gets the length of the column.
Bb500678.pubproperty(pl-pl,SQL.100).gif LineageID Gets or sets the LineageID property of an IDTSOutputCOlumn100 column.
Bb500678.pubproperty(pl-pl,SQL.100).gif MappedColumnID Gets or sets the ID of a column that is mapped to this IDTSOutputColumn100 object.
Bb500678.pubproperty(pl-pl,SQL.100).gif Name Gets or sets a string value that contains the name of the IDTSOutputColumn100.
Bb500678.pubproperty(pl-pl,SQL.100).gif ObjectType Gets the value from a DTSObjectType enumeration that corresponds to an output column.
Bb500678.pubproperty(pl-pl,SQL.100).gif Precision Gets the total number of digits contained in an output column.
Bb500678.pubproperty(pl-pl,SQL.100).gif Scale Gets the number of decimal places contained in a numeric output column.
Bb500678.pubproperty(pl-pl,SQL.100).gif SortKeyPosition Gets or sets the sort key of an output column.
Bb500678.pubproperty(pl-pl,SQL.100).gif SpecialFlags Gets or sets an integer that specifies the special flags of the output column.
Bb500678.pubproperty(pl-pl,SQL.100).gif TruncationRowDisposition Gets or sets a value that specifies how a component proceeds when a truncation occurs while processing an output column at runtime.

Top

Public Methods

  Name Description
Bb500678.pubmethod(pl-pl,SQL.100).gif SetDataTypeProperties Sets multiple data type properties of an IDTSOutputColumn100 object simultaneously.

Top