IDTSInputColumn100.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.

For all other data types, Length is zero.

Applies to