共用方式為


ISqlServerKeyAnnotations 介面

定義

透過 存取 SqlServer(IKey) 關聯式特定批註的屬性。

public interface ISqlServerKeyAnnotations : Microsoft.EntityFrameworkCore.Metadata.IRelationalKeyAnnotations
type ISqlServerKeyAnnotations = interface
    interface IRelationalKeyAnnotations
Public Interface ISqlServerKeyAnnotations
Implements IRelationalKeyAnnotations
衍生
實作

屬性

IsClustered

索引鍵是否已叢集化,或 null 尚未指定叢集。

Name

索引鍵條件約束名稱。

(繼承來源 IRelationalKeyAnnotations)

適用於