IDTSInputColumn100.Length Property

Definition

Gets the length of a column.

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

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.

Applies to