Sdílet prostřednictvím


SqlServerIndexExtensions.GetDataCompression Metoda

Definice

Přetížení

GetDataCompression(IReadOnlyIndex)

Vrátí kompresi dat, kterou index používá.

GetDataCompression(IReadOnlyIndex, StoreObjectIdentifier)

Vrátí kompresi dat, kterou index používá.

GetDataCompression(IReadOnlyIndex)

Vrátí kompresi dat, kterou index používá.

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

Parametry

index
IReadOnlyIndex

Index.

Návraty

Komprese dat, kterou index používá

Platí pro

GetDataCompression(IReadOnlyIndex, StoreObjectIdentifier)

Vrátí kompresi dat, kterou index používá.

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

Parametry

index
IReadOnlyIndex

Index.

storeObject
StoreObjectIdentifier

Identifikátor objektu úložiště.

Návraty

Komprese dat, kterou index používá

Platí pro