SqlServerKeyAnnotations 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
SqlServerKeyAnnotations(IKey) |
为给定 IKey的注释构造 实例。 |
SqlServerKeyAnnotations(RelationalAnnotations) |
构造由给定批注帮助程序表示的 IKey 的注释的 实例。 |
SqlServerKeyAnnotations(IKey)
- Source:
- SqlServerKeyAnnotations.cs
- Source:
- SqlServerKeyAnnotations.cs
为给定 IKey的注释构造 实例。
public SqlServerKeyAnnotations (Microsoft.EntityFrameworkCore.Metadata.IKey key);
new Microsoft.EntityFrameworkCore.Metadata.SqlServerKeyAnnotations : Microsoft.EntityFrameworkCore.Metadata.IKey -> Microsoft.EntityFrameworkCore.Metadata.SqlServerKeyAnnotations
Public Sub New (key As IKey)
参数
适用于
SqlServerKeyAnnotations(RelationalAnnotations)
- Source:
- SqlServerKeyAnnotations.cs
- Source:
- SqlServerKeyAnnotations.cs
构造由给定批注帮助程序表示的 IKey 的注释的 实例。
protected SqlServerKeyAnnotations (Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations annotations);
new Microsoft.EntityFrameworkCore.Metadata.SqlServerKeyAnnotations : Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations -> Microsoft.EntityFrameworkCore.Metadata.SqlServerKeyAnnotations
Protected Sub New (annotations As RelationalAnnotations)
参数
- annotations
- RelationalAnnotations
表示 RelationalAnnotations 要批注的 的 IKey 帮助程序。