Condividi tramite


Proprietà IEdmStringTypeReference.MaxLength

Ottiene la lunghezza massima del tipo stringa.

Spazio dei nomi  Microsoft.Data.Edm
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Sintassi

'Dichiarazione
ReadOnly Property MaxLength As Nullable(Of Integer)
    Get
'Utilizzo
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>

Valore proprietà

Tipo: System.Nullable<Int32>
Lunghezza massima del tipo stringa.

Vedere anche

Riferimento

IEdmStringTypeReference Interfaccia

Spazio dei nomi Microsoft.Data.Edm