This topic has not yet been rated - Rate this topic

IDTSOutputColumn100.Length Property

Gets the length of the column.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
abstract Length : int

Property Value

Type: System.Int32
An Integer that contains the length of the column.

The Length property is required for the following data types:

  • DT_WSTR

  • DT_BYTES

  • DT_STR

  • DT_TEXT

For all other data types, Length is zero.

For more information about Integration Services data types and their properties, see Integration Services Data Types.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.