IDataSourceFieldSchema.Length Propriété

Définition

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

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

Valeur de propriété

Nombre d'octets que le champ peut stocker.

Remarques

Pour un DataColumn objet, la Length propriété correspond à la MaxLength propriété .

S’applique à

Voir aussi