UnicodeAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将 属性配置为能够持久保存 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 字符。 |