다음을 통해 공유


SqlServerKeyAnnotations 생성자

정의

오버로드

SqlServerKeyAnnotations(IKey)

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

SqlServerKeyAnnotations(RelationalAnnotations)

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

SqlServerKeyAnnotations(IKey)

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

public SqlServerKeyAnnotations (Microsoft.EntityFrameworkCore.Metadata.IKey key);
new Microsoft.EntityFrameworkCore.Metadata.SqlServerKeyAnnotations : Microsoft.EntityFrameworkCore.Metadata.IKey -> Microsoft.EntityFrameworkCore.Metadata.SqlServerKeyAnnotations
Public Sub New (key As IKey)

매개 변수

key
IKey

사용할 IKey입니다.

적용 대상

SqlServerKeyAnnotations(RelationalAnnotations)

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

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

매개 변수

annotations
RelationalAnnotations

RelationalAnnotations 주석을 달 수 있는 을 IKey 나타내는 도우미입니다.

적용 대상