IDTSOutputColumn100.Length Proprietà

Definizione

Ottiene la lunghezza della 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à

Valore Integer che contiene 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.

Per altre informazioni sui tipi di dati di Integration Services e sulle relative proprietà, vedere Tipi di dati di Integration Services.

Si applica a