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

Longitud de la columna.

Atributos

Comentarios

Las modificaciones en esta propiedad no se conservan en la columna ascendente ni en la columna virtual. Cuando se crean nuevas columnas de entrada a partir de una columna virtual, la propiedad length de la nueva columna coincide con este valor.

La propiedad Length se establece 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.

Se aplica a