共用方式為


SqlServerPropertyAnnotations 建構函式

定義

多載

SqlServerPropertyAnnotations(IProperty)

建構指定 IProperty 之 注釋的實例。

SqlServerPropertyAnnotations(RelationalAnnotations)

建構指定批註 IProperty 協助程式所表示之 之 的實例。

SqlServerPropertyAnnotations(IProperty)

建構指定 IProperty 之 注釋的實例。

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 協助程式所表示之 之 的實例。

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 要標注之 的協助程式。

適用於