SqlServerIndexAnnotations 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
SqlServerIndexAnnotations(IIndex) |
建構指定 IIndex 之 注釋的實例。 |
SqlServerIndexAnnotations(RelationalAnnotations) |
建構指定批註 IIndex 協助程式所表示之 之 的實例。 |
SqlServerIndexAnnotations(IIndex)
建構指定 IIndex 之 注釋的實例。
public SqlServerIndexAnnotations (Microsoft.EntityFrameworkCore.Metadata.IIndex index);
new Microsoft.EntityFrameworkCore.Metadata.SqlServerIndexAnnotations : Microsoft.EntityFrameworkCore.Metadata.IIndex -> Microsoft.EntityFrameworkCore.Metadata.SqlServerIndexAnnotations
Public Sub New (index As IIndex)
參數
適用於
SqlServerIndexAnnotations(RelationalAnnotations)
建構指定批註 IIndex 協助程式所表示之 之 的實例。
protected SqlServerIndexAnnotations (Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations annotations);
new Microsoft.EntityFrameworkCore.Metadata.SqlServerIndexAnnotations : Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations -> Microsoft.EntityFrameworkCore.Metadata.SqlServerIndexAnnotations
Protected Sub New (annotations As RelationalAnnotations)
參數
- annotations
- RelationalAnnotations
RelationalAnnotations代表 IIndex 要標注之 的協助程式。