DataColumn.MaxLength Propriedade

Definição

Obtém ou define o tamanho máximo de uma coluna de texto.

public:
 property int MaxLength { int get(); void set(int value); };
public int MaxLength { get; set; }
[System.Data.DataSysDescription("DataColumnMaxLengthDescr")]
public int MaxLength { get; set; }
member this.MaxLength : int with get, set
[<System.Data.DataSysDescription("DataColumnMaxLengthDescr")>]
member this.MaxLength : int with get, set
Public Property MaxLength As Integer

Valor da propriedade

O tamanho máximo da coluna em caracteres. Se a coluna não tiver comprimento máximo, o valor será -1 (padrão).

Atributos

Comentários

A MaxLength propriedade é ignorada para colunas que não são de texto. Uma ArgumentException exceção será gerada se você atribuir MaxLength a uma coluna que não seja de cadeia de caracteres.

Aplica-se a

Confira também