Partager via


Propriété EdmStringTypeReference.IsUnicode

Obtient une valeur indiquant si ce type de chaîne prend en charge l'encodage Unicode.

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

Syntaxe

'Déclaration
Public ReadOnly Property IsUnicode As Nullable(Of Boolean)
    Get
'Utilisation
Dim instance As EdmStringTypeReference
Dim value As Nullable(Of Boolean)

value = instance.IsUnicode
public Nullable<bool> IsUnicode { get; }
public:
virtual property Nullable<bool> IsUnicode {
    Nullable<bool> get () sealed;
}
abstract IsUnicode : Nullable<bool>
override IsUnicode : Nullable<bool>
final function get IsUnicode () : Nullable<boolean>

Valeur de propriété

Type : System.Nullable<Boolean>
True si ce type de chaîne prend en charge l'encodage Unicode ; sinon, false.

Implémente

IEdmStringTypeReference.IsUnicode

Voir aussi

Référence

EdmStringTypeReference Classe

Espace de noms Microsoft.Data.Edm.Library