SqlServerIndexAnnotations 构造函数

定义

重载

SqlServerIndexAnnotations(IIndex)

为给定 IIndex的批注构造实例。

SqlServerIndexAnnotations(RelationalAnnotations)

为给定批注帮助程序表示的 IIndex 的注释构造实例。

SqlServerIndexAnnotations(IIndex)

为给定 IIndex的批注构造实例。

public SqlServerIndexAnnotations (Microsoft.EntityFrameworkCore.Metadata.IIndex index);
new Microsoft.EntityFrameworkCore.Metadata.SqlServerIndexAnnotations : Microsoft.EntityFrameworkCore.Metadata.IIndex -> Microsoft.EntityFrameworkCore.Metadata.SqlServerIndexAnnotations
Public Sub New (index As IIndex)

参数

index
IIndex

要使用的 IIndex

适用于

SqlServerIndexAnnotations(RelationalAnnotations)

为给定批注帮助程序表示的 IIndex 的注释构造实例。

protected SqlServerIndexAnnotations (Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations annotations);
new Microsoft.EntityFrameworkCore.Metadata.SqlServerIndexAnnotations : Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations -> Microsoft.EntityFrameworkCore.Metadata.SqlServerIndexAnnotations
Protected Sub New (annotations As RelationalAnnotations)

参数

annotations
RelationalAnnotations

表示RelationalAnnotationsIIndex要批注的 的帮助程序。

适用于