Freigeben über


EdmStringTypeReference.IsUnicode-Eigenschaft

Ruft einen Wert ab, der angibt, ob dieser Zeichenfolgentyp Unicode-Codierung unterstützt.

Namespace:  Microsoft.Data.Edm.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public ReadOnly Property IsUnicode As Nullable(Of Boolean)
    Get
'Usage
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>

Eigenschaftswert

Typ: System.Nullable<Boolean>
True , wenn dieser Zeichenfolgentyp Unicode-Codierung unterstützt; andernfalls false.

Implementiert

IEdmStringTypeReference.IsUnicode

Siehe auch

Verweis

EdmStringTypeReference Klasse

Microsoft.Data.Edm.Library-Namespace