Partager via


Propriété IEdmBinaryTypeReference.IsFixedLength

Obtient une valeur indiquant si ce type 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 IEdmBinaryTypeReference
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 le type spécifie la longueur fixe ; sinon, false.

Voir aussi

Référence

IEdmBinaryTypeReference Interface

Espace de noms Microsoft.Data.Edm