次の方法で共有


SqlServerIndexExtensions.SetFillFactor メソッド

定義

オーバーロード

SetFillFactor(IMutableIndex, Nullable<Int32>)

インデックスで塗りつぶし係数を使用するかどうかを示す値を設定します。

SetFillFactor(IConventionIndex, Nullable<Int32>, Boolean)

インデックスで塗りつぶし係数を使用するかどうかを示す値を定義します。

SetFillFactor(IMutableIndex, Nullable<Int32>)

インデックスで塗りつぶし係数を使用するかどうかを示す値を設定します。

public static void SetFillFactor (this Microsoft.EntityFrameworkCore.Metadata.IMutableIndex index, int? fillFactor);
static member SetFillFactor : Microsoft.EntityFrameworkCore.Metadata.IMutableIndex * Nullable<int> -> unit
<Extension()>
Public Sub SetFillFactor (index As IMutableIndex, fillFactor As Nullable(Of Integer))

パラメーター

index
IMutableIndex

インデックス。

fillFactor
Nullable<Int32>

設定する値。

適用対象

SetFillFactor(IConventionIndex, Nullable<Int32>, Boolean)

インデックスで塗りつぶし係数を使用するかどうかを示す値を定義します。

public static int? SetFillFactor (this Microsoft.EntityFrameworkCore.Metadata.IConventionIndex index, int? fillFactor, bool fromDataAnnotation = false);
static member SetFillFactor : Microsoft.EntityFrameworkCore.Metadata.IConventionIndex * Nullable<int> * bool -> Nullable<int>
<Extension()>
Public Function SetFillFactor (index As IConventionIndex, fillFactor As Nullable(Of Integer), Optional fromDataAnnotation As Boolean = false) As Nullable(Of Integer)

パラメーター

index
IConventionIndex

インデックス。

fillFactor
Nullable<Int32>

設定する値。

fromDataAnnotation
Boolean

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

戻り値

構成された値です。

適用対象