Sdílet prostřednictvím


UnicodeAttribute Třída

Definice

Nakonfiguruje vlastnost tak, aby dokázala zachovat znaky unicode.

[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property)]
public sealed class UnicodeAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property)>]
type UnicodeAttribute = class
    inherit Attribute
Public NotInheritable Class UnicodeAttribute
Inherits Attribute
Dědičnost
UnicodeAttribute
Atributy

Poznámky

Další informace a příklady najdete v tématu Modelování typů entit a relací .

Konstruktory

UnicodeAttribute(Boolean)

Inicializuje novou instanci UnicodeAttribute třídy.

Vlastnosti

IsUnicode

Hodnota označující, zda vlastnost může obsahovat znaky unicode nebo ne.

Platí pro