Share via


UnicodeAttribute 类

定义

将 属性配置为能够持久保存 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
继承
UnicodeAttribute
属性

注解

有关详细信息和示例,请参阅 为实体类型和关系建模

构造函数

UnicodeAttribute(Boolean)

初始化 UnicodeAttribute 类的新实例。

属性

IsUnicode

一个值,该值指示 属性是否可以包含 unicode 字符。

适用于