IEdmTypeDefinitionReference.MaxLength Propriété
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.
Obtient la longueur maximale du type sous-jacent. Cette valeur n’est effective que lorsque IsUnbounded a la valeur false. Cette facette s’applique UNIQUEMENT lorsque le type sous-jacent est Edm.Binary, Edm.Stream ou Edm.String.
public int? MaxLength { get; }
member this.MaxLength : Nullable<int>
Public ReadOnly Property MaxLength As Nullable(Of Integer)