Condividi tramite


Proprietà IDTSOutputColumn100.Length

Gets the length of the column.

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintassi

'Dichiarazione
ReadOnly Property Length As Integer 
    Get
'Utilizzo
Dim instance As IDTSOutputColumn100 
Dim value As Integer 

value = instance.Length
int Length { get; }
property int Length {
    int get ();
}
abstract Length : int
function get Length () : int

Valore proprietà

Tipo: System.Int32
An Integer that contains the length of the column.

Osservazioni

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 Tipi di dati di Integration Services.

Vedere anche

Riferimento

IDTSOutputColumn100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper