Propriété EdmBinaryTypeReference.MaxLength
Obtient la longueur maximale de ce type.
Espace de noms : Microsoft.Data.Edm.Library
Assembly : Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Syntaxe
'Déclaration
Public ReadOnly Property MaxLength As Nullable(Of Integer)
Get
'Utilisation
Dim instance As EdmBinaryTypeReference
Dim value As Nullable(Of Integer)
value = instance.MaxLength
public Nullable<int> MaxLength { get; }
public:
virtual property Nullable<int> MaxLength {
Nullable<int> get () sealed;
}
abstract MaxLength : Nullable<int>
override MaxLength : Nullable<int>
final function get MaxLength () : Nullable<int>
Valeur de propriété
Type : System.Nullable<Int32>
Longueur maximale de ce type.
Implémente
IEdmBinaryTypeReference.MaxLength