ISqlServerIndexAnnotations 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
透過 SqlServer(IIndex) 存取關聯式特定批註的屬性。
public interface ISqlServerIndexAnnotations : Microsoft.EntityFrameworkCore.Metadata.IRelationalIndexAnnotations
type ISqlServerIndexAnnotations = interface
interface IRelationalIndexAnnotations
Public Interface ISqlServerIndexAnnotations
Implements IRelationalIndexAnnotations
- 衍生
- 實作
屬性
Filter |
索引篩選運算式。 (繼承來源 IRelationalIndexAnnotations) |
IncludeProperties |
傳回包含的屬性名稱,如果尚未指定,則 |
IsClustered |
指出索引是否已叢集化,或者 |
Name |
索引名稱。 (繼承來源 IRelationalIndexAnnotations) |