Afficher en anglais

Partage via


SqlServerKeyExtensions.GetFillFactor Method

Definition

Overloads

GetFillFactor(IReadOnlyKey)

Returns the fill factor that the key uses.

GetFillFactor(IReadOnlyKey, StoreObjectIdentifier)

Returns the fill factor that the key uses.

GetFillFactor(IReadOnlyKey)

Source:
SqlServerKeyExtensions.cs

Returns the fill factor that the key uses.

C#
public static int? GetFillFactor (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyKey key);

Parameters

key
IReadOnlyKey

The key.

Returns

The fill factor that the key uses

Applies to

Entity Framework Core 9.0
Produit Versions
Entity Framework Core 9.0

GetFillFactor(IReadOnlyKey, StoreObjectIdentifier)

Source:
SqlServerKeyExtensions.cs

Returns the fill factor that the key uses.

C#
public static int? GetFillFactor (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyKey key, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);

Parameters

key
IReadOnlyKey

The key.

storeObject
StoreObjectIdentifier

The identifier of the store object.

Returns

The fill factor that the key uses

Applies to

Entity Framework Core 9.0
Produit Versions
Entity Framework Core 9.0