Compartir a través de


SqlServerIndexExtensions.GetDataCompression Método

Definición

Sobrecargas

GetDataCompression(IReadOnlyIndex)

Devuelve la compresión de datos que usa el índice.

GetDataCompression(IReadOnlyIndex, StoreObjectIdentifier)

Devuelve la compresión de datos que usa el índice.

GetDataCompression(IReadOnlyIndex)

Devuelve la compresión de datos que usa el índice.

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)

Parámetros

index
IReadOnlyIndex

Índice.

Devoluciones

Compresión de datos que usa el índice

Se aplica a

GetDataCompression(IReadOnlyIndex, StoreObjectIdentifier)

Devuelve la compresión de datos que usa el índice.

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)

Parámetros

index
IReadOnlyIndex

Índice.

storeObject
StoreObjectIdentifier

Identificador del objeto de almacén.

Devoluciones

Compresión de datos que usa el índice

Se aplica a