Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the maximum length of this type.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public ReadOnly Property MaxLength As Nullable(Of Integer)
Get
'Usage
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>
Property Value
Type: System.Nullable<Int32>
The maximum length of this type.
Implements
IEdmBinaryTypeReference.MaxLength