次の方法で共有


SqlServerKeyAnnotations コンストラクター

定義

オーバーロード

SqlServerKeyAnnotations(IKey)

指定 IKeyした の注釈のインスタンスを構築します。

SqlServerKeyAnnotations(RelationalAnnotations)

指定された注釈ヘルパーによって表される の IKey 注釈のインスタンスを構築します。

SqlServerKeyAnnotations(IKey)

ソース:
SqlServerKeyAnnotations.cs
ソース:
SqlServerKeyAnnotations.cs

指定 IKeyした の注釈のインスタンスを構築します。

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)

ソース:
SqlServerKeyAnnotations.cs
ソース:
SqlServerKeyAnnotations.cs

指定された注釈ヘルパーによって表される の IKey 注釈のインスタンスを構築します。

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

適用対象