SqlServerIndexExtensions.SetFillFactor メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
インデックス。
適用対象
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
インデックス。
- fromDataAnnotation
- Boolean
構成がデータ注釈を使用して指定されたかどうかを示します。
戻り値
構成された値です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework