Partager via


DataSetFieldSchema.Length Propriété

Définition

Obtient une valeur indiquant la taille des données qui peuvent être stockées dans le champ de données.

public:
 property int Length { int get(); };
public int Length { get; }
member this.Length : int
Public ReadOnly Property Length As Integer

Valeur de propriété

Int32

Nombre d'octets que la colonne peut stocker.

Implémente

Remarques

La Length propriété correspond à la MaxLength propriété d’un DataColumn .

S’applique à

Voir aussi