SqlServerKeyExtensions.GetFillFactor Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
GetFillFactor(IReadOnlyKey) |
Returns the fill factor that the key uses. |
GetFillFactor(IReadOnlyKey, StoreObjectIdentifier) |
Returns the fill factor that the key uses. |
- Source:
- SqlServerKeyExtensions.cs
Returns the fill factor that the key uses.
public static int? GetFillFactor (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyKey key);
static member GetFillFactor : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyKey -> Nullable<int>
<Extension()>
Public Function GetFillFactor (key As IReadOnlyKey) As Nullable(Of Integer)
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 |
- Source:
- SqlServerKeyExtensions.cs
Returns the fill factor that the key uses.
public static int? GetFillFactor (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyKey key, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetFillFactor : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyKey * StoreObjectIdentifier -> Nullable<int>
<Extension()>
Public Function GetFillFactor (key As IReadOnlyKey, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of Integer)
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 |
Commentaires sur Entity Framework
Entity Framework est un projet open source. Sélectionnez un lien pour fournir des commentaires :