SqlServerKeyAnnotations 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
SqlServerKeyAnnotations(IKey) |
建構指定 IKey 之注釋的實例。 |
SqlServerKeyAnnotations(RelationalAnnotations) |
建構由指定批註協助程式所表示之 IKey 注釋的 實例。 |
SqlServerKeyAnnotations(IKey)
建構指定 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)
參數
適用於
SqlServerKeyAnnotations(RelationalAnnotations)
建構由指定批註協助程式所表示之 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 表示要標注的 。