共用方式為


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

RelationalAnnotations代表 IIndex 要標注之 的協助程式。

適用於