CommentAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用要对相应的数据库表或列设置的注释来标记类、属性或字段。
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.Property)]
public sealed class CommentAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.Property)>]
type CommentAttribute = class
inherit Attribute
Public NotInheritable Class CommentAttribute
Inherits Attribute
- 继承
-
CommentAttribute
- 属性
注解
有关详细信息和示例,请参阅 为实体类型和关系建模 。
构造函数
CommentAttribute(String) |
初始化 CommentAttribute 类的新实例。 |
属性
Comment |
要配置的注释。 |