IDTSOutputColumn100.Length Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
For more information about Integration Services data types and their properties, see Integration Services Data Types.