共用方式為


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 表示要標注的 。

適用於