Partager via


Propriété IEdmStringTypeReference.IsFixedLength

Obtient une valeur indiquant si ce type de chaîne spécifie la longueur fixe.

Espace de noms :  Microsoft.Data.Edm
Assembly :  Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)

Syntaxe

'Déclaration
ReadOnly Property IsFixedLength As Nullable(Of Boolean)
    Get
'Utilisation
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>

Valeur de propriété

Type : System.Nullable<Boolean>
True si ce type de chaîne spécifie la longueur fixe ; sinon, false.

Voir aussi

Référence

IEdmStringTypeReference Interface

Espace de noms Microsoft.Data.Edm