다음을 통해 공유


RelationalIndexAnnotations 생성자

정의

오버로드

RelationalIndexAnnotations(IIndex)

지정된 IIndex의 주석에 대한 instance 생성합니다.

RelationalIndexAnnotations(RelationalAnnotations)

지정된 주석 도우미가 나타내는 의 IIndex 주석에 대한 instance 생성합니다.

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

RelationalIndexAnnotations(IIndex)

지정된 IIndex의 주석에 대한 instance 생성합니다.

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 주석에 대한 instance 생성합니다.

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

적용 대상