Propriété IEdmStringTypeReference.MaxLength
Obtient la longueur maximale de ce type de chaîne.
Espace de noms : Microsoft.Data.Edm
Assembly : Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Syntaxe
'Déclaration
ReadOnly Property MaxLength As Nullable(Of Integer)
Get
'Utilisation
Dim instance As IEdmStringTypeReference
Dim value As Nullable(Of Integer)
value = instance.MaxLength
Nullable<int> MaxLength { get; }
property Nullable<int> MaxLength {
Nullable<int> get ();
}
abstract MaxLength : Nullable<int>
function get MaxLength () : Nullable<int>
Valeur de propriété
Type : System.Nullable<Int32>
Longueur maximale de ce type de chaîne.