Condividi tramite


IDTSInputColumn100.Length Proprietà

Definizione

Ottiene 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à

Intero contenente la lunghezza della colonna.

Attributi

Commenti

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

  • DT_WSTR

  • DT_BYTES

  • DT_STR

  • DT_TEXT

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

Si applica a