Linguaggio

IDTSInputColumn100.Length Proprietà

Definizione

Ha la lunghezza di una colonna.

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

Valore della proprietà

Un intero che contiene la lunghezza della colonna.

Attributi

Commenti

La Length proprietà è richiesta per i seguenti tipi di dati.

  • DT_WSTR

  • DT_BYTES

  • DT_STR

  • DT_TEXT

Per tutti gli altri tipi di dati, Length è zero.

Si applica a