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
指出是否使用資料批註來指定組態。
傳回
已設定的值。