다음을 통해 공유


SqlServerPropertyAnnotations 생성자

정의

오버로드

SqlServerPropertyAnnotations(IProperty)

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

SqlServerPropertyAnnotations(RelationalAnnotations)

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

SqlServerPropertyAnnotations(IProperty)

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

public SqlServerPropertyAnnotations (Microsoft.EntityFrameworkCore.Metadata.IProperty property);
new Microsoft.EntityFrameworkCore.Metadata.SqlServerPropertyAnnotations : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Metadata.SqlServerPropertyAnnotations
Public Sub New (property As IProperty)

매개 변수

property
IProperty

사용할 IProperty입니다.

적용 대상

SqlServerPropertyAnnotations(RelationalAnnotations)

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

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

매개 변수

annotations
RelationalAnnotations

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

적용 대상