EdmSchemaAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
静态类型的属性
[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class, AllowMultiple=true)]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1019:DefineAccessorsForAttributeArguments")]
public sealed class EdmSchemaAttribute : Attribute
type EdmSchemaAttribute = class
inherit Attribute
Public NotInheritable Class EdmSchemaAttribute
Inherits Attribute
- 继承
-
EdmSchemaAttribute
- 属性
构造函数
EdmSchemaAttribute() |
初始化 EdmSchemaAttribute 类的新实例。 |
EdmSchemaAttribute(String) |
使用对程序集引用的每个模型都唯一的值初始化 EdmSchemaAttribute 类的新实例。 |