Freigeben über


IEdmStringTypeReference.IsUnicode-Eigenschaft

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

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

Syntax

'Declaration
ReadOnly Property IsUnicode As Nullable(Of Boolean)
    Get
'Usage
Dim instance As IEdmStringTypeReference
Dim value As Nullable(Of Boolean)

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

Eigenschaftswert

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

Siehe auch

Verweis

IEdmStringTypeReference Schnittstelle

Microsoft.Data.Edm-Namespace