次の方法で共有


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表すヘルパー。

適用対象