IDTSOutputColumn100.Length Property

 

Applies To: SQL Server 2016 Preview

Gets the length of the column.

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

Syntax

[DispIdAttribute(102)]
int Length {
    [DispIdAttribute(102)]
    get;
}
[DispIdAttribute(102)]
property int Length {
    [DispIdAttribute(102)]
    int get();
}
[<DispIdAttribute(102)>]
abstract Length : int with get
<DispIdAttribute(102)>
ReadOnly Property Length As Integer

Property Value

Type: System.Int32

An Integer that contains the length of the column.

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.

See Also

IDTSOutputColumn100 Interface
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace

Return to top