IDTSOutputColumn90 Members

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

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

Public Properties

  Name Description
ms211535.pubproperty(en-US,SQL.90).gif CodePage Gets the character set used to interpret the data contained in a column.
ms211535.pubproperty(en-US,SQL.90).gif ComparisonFlags Gets or sets a value that specifies how two strings are compared.
ms211535.pubproperty(en-US,SQL.90).gif CustomPropertyCollection Gets an IDTSCustomPropertyCollection90 collection of the output column.
ms211535.pubproperty(en-US,SQL.90).gif DataType Gets the DataType of a column.
ms211535.pubproperty(en-US,SQL.90).gif Description Gets or sets the description of an IDTSOutputColumn90 object.
ms211535.pubproperty(en-US,SQL.90).gif ErrorOrTruncationOperation Gets or sets a String that describes the operation that is taking place when an error or truncation occurs.
ms211535.pubproperty(en-US,SQL.90).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.
ms211535.pubproperty(en-US,SQL.90).gif ExternalMetadataColumnID Gets or sets the ID of an IDTSExternalMetadataColumn90 assigned to an output column.
ms211535.pubproperty(en-US,SQL.90).gif ID Gets or sets the ID of an IDTSOutputColumn90 column.
ms211535.pubproperty(en-US,SQL.90).gif IdentificationString Gets the string that uniquely identifies an IDTSOutputColumn90 object in the data flow layout.
ms211535.pubproperty(en-US,SQL.90).gif Length Gets the length of the column.
ms211535.pubproperty(en-US,SQL.90).gif LineageID Gets or sets the LineageID property of an IDTSOutputCOlumn90 column.
ms211535.pubproperty(en-US,SQL.90).gif Name Gets or sets a string value that contains the name of the IDTSOutputColumn90.
ms211535.pubproperty(en-US,SQL.90).gif ObjectType Gets the value from a DTSObjectType enumeration that corresponds to an output column.
ms211535.pubproperty(en-US,SQL.90).gif Precision Gets the total number of digits contained in an output column.
ms211535.pubproperty(en-US,SQL.90).gif Scale Gets the number of decimal places contained in a numeric output column.
ms211535.pubproperty(en-US,SQL.90).gif SortKeyPosition Gets or sets the sort key of an output column.
ms211535.pubproperty(en-US,SQL.90).gif SpecialFlags Gets or sets an integer that specifies the special flags of the output column.
ms211535.pubproperty(en-US,SQL.90).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
ms211535.pubmethod(en-US,SQL.90).gif SetDataTypeProperties Sets multiple data type properties of an IDTSOutputColumn90 object simultaneously.

Top

See Also

Reference

IDTSOutputColumn90 Interface
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace