Langage

IDTSInputColumn100.Length Propriété

Définition

Ça fait la longueur d’une colonne.

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

Valeur de propriété

Un entier qui contient la longueur de la colonne.

Attributs

Remarques

Cette Length propriété est requise pour les types de données suivants.

  • DT_WSTR

  • DT_BYTES

  • DT_STR

  • DT_TEXT

Pour tous les autres types de données, Length est zéro.

S’applique à