共用方式為


RelationalIndexAnnotations 建構函式

定義

多載

RelationalIndexAnnotations(IIndex)

建構指定 IIndex 之 注釋的實例。

RelationalIndexAnnotations(RelationalAnnotations)

建構指定批註 IIndex 協助程式所表示之 之 的實例。

RelationalIndexAnnotations(IIndex, RelationalFullAnnotationNames)
RelationalIndexAnnotations(RelationalAnnotations, RelationalFullAnnotationNames)

RelationalIndexAnnotations(IIndex)

建構指定 IIndex 之 注釋的實例。

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

參數

index
IIndex

要使用的 IIndex

適用於

RelationalIndexAnnotations(RelationalAnnotations)

建構指定批註 IIndex 協助程式所表示之 之 的實例。

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

參數

annotations
RelationalAnnotations

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

適用於

RelationalIndexAnnotations(IIndex, RelationalFullAnnotationNames)

public RelationalIndexAnnotations (Microsoft.EntityFrameworkCore.Metadata.IIndex index, Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames providerFullAnnotationNames);
new Microsoft.EntityFrameworkCore.Metadata.RelationalIndexAnnotations : Microsoft.EntityFrameworkCore.Metadata.IIndex * Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames -> Microsoft.EntityFrameworkCore.Metadata.RelationalIndexAnnotations
Public Sub New (index As IIndex, providerFullAnnotationNames As RelationalFullAnnotationNames)

參數

index
IIndex
providerFullAnnotationNames
Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames

適用於

RelationalIndexAnnotations(RelationalAnnotations, RelationalFullAnnotationNames)

protected RelationalIndexAnnotations (Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations annotations, Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames providerFullAnnotationNames);
new Microsoft.EntityFrameworkCore.Metadata.RelationalIndexAnnotations : Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations * Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames -> Microsoft.EntityFrameworkCore.Metadata.RelationalIndexAnnotations
Protected Sub New (annotations As RelationalAnnotations, providerFullAnnotationNames As RelationalFullAnnotationNames)

參數

annotations
RelationalAnnotations
providerFullAnnotationNames
Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames

適用於