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
指示配置是否是使用数据注释指定的。
返回
配置的值。