次の方法で共有


SqlServerKeyExtensions.SetIsClustered メソッド

定義

オーバーロード

SetIsClustered(IMutableKey, Nullable<Boolean>)

キーがクラスター化されているかどうかを示す値を設定します。

SetIsClustered(IConventionKey, Nullable<Boolean>, Boolean)

キーがクラスター化されているかどうかを示す値を設定します。

SetIsClustered(IMutableKey, Nullable<Boolean>)

キーがクラスター化されているかどうかを示す値を設定します。

public static void SetIsClustered (this Microsoft.EntityFrameworkCore.Metadata.IMutableKey key, bool? clustered);
static member SetIsClustered : Microsoft.EntityFrameworkCore.Metadata.IMutableKey * Nullable<bool> -> unit
<Extension()>
Public Sub SetIsClustered (key As IMutableKey, clustered As Nullable(Of Boolean))

パラメーター

key
IMutableKey

キー。

clustered
Nullable<Boolean>

設定する値。

適用対象

SetIsClustered(IConventionKey, Nullable<Boolean>, Boolean)

キーがクラスター化されているかどうかを示す値を設定します。

public static void SetIsClustered (this Microsoft.EntityFrameworkCore.Metadata.IConventionKey key, bool? clustered, bool fromDataAnnotation = false);
public static bool? SetIsClustered (this Microsoft.EntityFrameworkCore.Metadata.IConventionKey key, bool? clustered, bool fromDataAnnotation = false);
static member SetIsClustered : Microsoft.EntityFrameworkCore.Metadata.IConventionKey * Nullable<bool> * bool -> unit
static member SetIsClustered : Microsoft.EntityFrameworkCore.Metadata.IConventionKey * Nullable<bool> * bool -> Nullable<bool>
<Extension()>
Public Sub SetIsClustered (key As IConventionKey, clustered As Nullable(Of Boolean), Optional fromDataAnnotation As Boolean = false)
<Extension()>
Public Function SetIsClustered (key As IConventionKey, clustered As Nullable(Of Boolean), Optional fromDataAnnotation As Boolean = false) As Nullable(Of Boolean)

パラメーター

key
IConventionKey

キー。

clustered
Nullable<Boolean>

設定する値。

fromDataAnnotation
Boolean

構成がデータ注釈を使用して指定されたかどうかを示します。

戻り値

構成された値です。

適用対象