SqlServerIndexExtensions.GetFillFactor Yöntem

Tanım

Aşırı Yüklemeler

GetFillFactor(IIndex)

Dizinin doldurma faktörünü kullanıp kullanmadığını belirten bir değer döndürür.

GetFillFactor(IReadOnlyIndex)

Dizinin kullandığı dolgu faktörünü döndürür.

GetFillFactor(IReadOnlyIndex, StoreObjectIdentifier)

Dizinin kullandığı dolgu faktörünü döndürür.

GetFillFactor(IIndex)

Kaynak:
SqlServerIndexExtensions.cs

Dizinin doldurma faktörünü kullanıp kullanmadığını belirten bir değer döndürür.

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)

Parametreler

index
IIndex

Dizin.

Döndürülenler

true dizin çevrimiçiyse.

Şunlara uygulanır

GetFillFactor(IReadOnlyIndex)

Kaynak:
SqlServerIndexExtensions.cs
Kaynak:
SqlServerIndexExtensions.cs
Kaynak:
SqlServerIndexExtensions.cs
Kaynak:
SqlServerIndexExtensions.cs

Dizinin kullandığı dolgu faktörünü döndürür.

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)

Parametreler

index
IReadOnlyIndex

Dizin.

Döndürülenler

Dizinin kullandığı dolgu faktörü

Şunlara uygulanır

GetFillFactor(IReadOnlyIndex, StoreObjectIdentifier)

Kaynak:
SqlServerIndexExtensions.cs
Kaynak:
SqlServerIndexExtensions.cs
Kaynak:
SqlServerIndexExtensions.cs
Kaynak:
SqlServerIndexExtensions.cs

Dizinin kullandığı dolgu faktörünü döndürür.

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)

Parametreler

index
IReadOnlyIndex

Dizin.

storeObject
StoreObjectIdentifier

Store nesnesinin tanımlayıcısı.

Döndürülenler

Dizinin kullandığı dolgu faktörü

Şunlara uygulanır