次の方法で共有


SqlServerIndexExtensions.GetFillFactor メソッド

定義

オーバーロード

GetFillFactor(IIndex)

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

GetFillFactor(IReadOnlyIndex)

インデックスで使用される塗りつぶし係数を返します。

GetFillFactor(IReadOnlyIndex, StoreObjectIdentifier)

インデックスで使用される塗りつぶし係数を返します。

GetFillFactor(IIndex)

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

public static int? GetFillFactor (this Microsoft.EntityFrameworkCore.Metadata.IIndex index);
static member GetFillFactor : Microsoft.EntityFrameworkCore.Metadata.IIndex -> Nullable<int>
<Extension()>
Public Function GetFillFactor (index As IIndex) As Nullable(Of Integer)

パラメーター

index
IIndex

インデックス。

戻り値

true インデックスがオンラインの場合は 。

適用対象

GetFillFactor(IReadOnlyIndex)

インデックスで使用される塗りつぶし係数を返します。

public static int? GetFillFactor (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex index);
static member GetFillFactor : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex -> Nullable<int>
<Extension()>
Public Function GetFillFactor (index As IReadOnlyIndex) As Nullable(Of Integer)

パラメーター

index
IReadOnlyIndex

インデックス。

戻り値

インデックスで使用される塗りつぶし係数

適用対象

GetFillFactor(IReadOnlyIndex, StoreObjectIdentifier)

インデックスで使用される塗りつぶし係数を返します。

public static int? GetFillFactor (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex index, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetFillFactor : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex * StoreObjectIdentifier -> Nullable<int>
<Extension()>
Public Function GetFillFactor (index As IReadOnlyIndex, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of Integer)

パラメーター

index
IReadOnlyIndex

インデックス。

storeObject
StoreObjectIdentifier

ストア オブジェクトの識別子。

戻り値

インデックスで使用される塗りつぶし係数

適用対象