IDTSOutputColumn100.Length Property

Definition

public:
 property int Length { int get(); };
[System.Runtime.InteropServices.DispId(102)]
public int Length { [System.Runtime.InteropServices.DispId(102)] get; }
[<System.Runtime.InteropServices.DispId(102)>]
[<get: System.Runtime.InteropServices.DispId(102)>]
member this.Length : int
Public ReadOnly Property Length As Integer

Property Value

Int32

An Integer that contains the length of the column.

Attributes

Remarks

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.

Applies to