RelationalIndexAnnotations 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
| 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)
매개 변수
적용 대상
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