SqlServerIndexAnnotations 생성자

정의

오버로드

SqlServerIndexAnnotations(IIndex)

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

SqlServerIndexAnnotations(RelationalAnnotations)

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

SqlServerIndexAnnotations(IIndex)

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

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

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 나타내는 도우미입니다.

적용 대상