IDTSOutputColumn100.Length Propiedad

Definición

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

Valor de propiedad

Entero que contiene la longitud de la columna.

Atributos

Comentarios

La propiedad Length es necesaria para los siguientes tipos de datos:

  • DT_WSTR

  • DT_BYTES

  • DT_STR

  • DT_TEXT

    Para todos los demás tipos de datos, Length es cero.

    Para obtener más información sobre los tipos de datos de Integration Services y sus propiedades, vea Tipos de datos de Integration Services.

Se aplica a