다음을 통해 공유


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

저장소 개체의 식별자입니다.

반환

인덱스에서 사용하는 채우기 요소

적용 대상