Proprietà EdmStringTypeReference.MaxLength
Ottiene la lunghezza massima del tipo stringa.
Spazio dei nomi Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property MaxLength As Nullable(Of Integer)
Get
'Utilizzo
Dim instance As EdmStringTypeReference
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>
Valore proprietà
Tipo: System.Nullable<Int32>
Lunghezza massima del tipo stringa.
Implementa
IEdmStringTypeReference.MaxLength