SqlServerPropertyAnnotations 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
通过 SqlServer(IMutableProperty)访问的特定于SQL Server注释的属性。
public class SqlServerPropertyAnnotations : Microsoft.EntityFrameworkCore.Metadata.RelationalPropertyAnnotations, Microsoft.EntityFrameworkCore.Metadata.ISqlServerPropertyAnnotations
type SqlServerPropertyAnnotations = class
inherit RelationalPropertyAnnotations
interface ISqlServerPropertyAnnotations
interface IRelationalPropertyAnnotations
Public Class SqlServerPropertyAnnotations
Inherits RelationalPropertyAnnotations
Implements ISqlServerPropertyAnnotations
- 继承
- 实现
构造函数
SqlServerPropertyAnnotations(IProperty) |
为给定 IProperty的注释构造 实例。 |
SqlServerPropertyAnnotations(RelationalAnnotations) |
构造由给定批注帮助程序表示的 IProperty 的注释的 实例。 |
字段
ProviderFullAnnotationNames |
通过 SqlServer(IMutableProperty)访问的特定于SQL Server注释的属性。 (继承自 RelationalPropertyAnnotations) |