ISqlServerKeyAnnotations インターフェイス

定義

を介して SqlServer(IKey)アクセスされるリレーショナル固有の注釈のプロパティ。

public interface ISqlServerKeyAnnotations : Microsoft.EntityFrameworkCore.Metadata.IRelationalKeyAnnotations
type ISqlServerKeyAnnotations = interface
    interface IRelationalKeyAnnotations
Public Interface ISqlServerKeyAnnotations
Implements IRelationalKeyAnnotations
派生
実装

プロパティ

IsClustered

キーがクラスター化されているかどうか、または null クラスタリングが指定されていないかどうか。

Name

キー制約名。

(継承元 IRelationalKeyAnnotations)

適用対象