MaxLengthAttribute Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe MaxLengthAttribute.
Surcharges
MaxLengthAttribute() |
Initialise une nouvelle instance de la classe MaxLengthAttribute. |
MaxLengthAttribute(Int32) |
Initialise une nouvelle instance de la classe MaxLengthAttribute en fonction du paramètre |
MaxLengthAttribute()
- Source:
- MaxLengthAttribute.cs
- Source:
- MaxLengthAttribute.cs
- Source:
- MaxLengthAttribute.cs
Initialise une nouvelle instance de la classe MaxLengthAttribute.
public:
MaxLengthAttribute();
public MaxLengthAttribute ();
Public Sub New ()
Remarques
La longueur maximale autorisée prise en charge par la base de données sera utilisée.
S’applique à
MaxLengthAttribute(Int32)
- Source:
- MaxLengthAttribute.cs
- Source:
- MaxLengthAttribute.cs
- Source:
- MaxLengthAttribute.cs
Initialise une nouvelle instance de la classe MaxLengthAttribute en fonction du paramètre length
.
public:
MaxLengthAttribute(int length);
public MaxLengthAttribute (int length);
new System.ComponentModel.DataAnnotations.MaxLengthAttribute : int -> System.ComponentModel.DataAnnotations.MaxLengthAttribute
Public Sub New (length As Integer)
Paramètres
- length
- Int32
Longueur maximale autorisée du tableau ou des données de type chaîne.