Condividi tramite


Proprietà IEdmStringTypeReference.IsFixedLength

Ottiene un valore che indica se il tipo stringa specifica una lunghezza fissa.

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

Sintassi

'Dichiarazione
ReadOnly Property IsFixedLength As Nullable(Of Boolean)
    Get
'Utilizzo
Dim instance As IEdmStringTypeReference
Dim value As Nullable(Of Boolean)

value = instance.IsFixedLength
Nullable<bool> IsFixedLength { get; }
property Nullable<bool> IsFixedLength {
    Nullable<bool> get ();
}
abstract IsFixedLength : Nullable<bool>
function get IsFixedLength () : Nullable<boolean>

Valore proprietà

Tipo: System.Nullable<Boolean>
true se il tipo stringa specifica una lunghezza fissa; in caso contrario, false.

Vedere anche

Riferimento

IEdmStringTypeReference Interfaccia

Spazio dei nomi Microsoft.Data.Edm