Udostępnij za pośrednictwem


SqlServerIndexExtensions.GetDataCompression Metoda

Definicja

Przeciążenia

GetDataCompression(IReadOnlyIndex)

Zwraca kompresję danych używaną przez indeks.

GetDataCompression(IReadOnlyIndex, StoreObjectIdentifier)

Zwraca kompresję danych używaną przez indeks.

GetDataCompression(IReadOnlyIndex)

Źródło:
SqlServerIndexExtensions.cs
Źródło:
SqlServerIndexExtensions.cs

Zwraca kompresję danych używaną przez indeks.

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

Indeks.

Zwraca

Kompresja danych używana przez indeks

Dotyczy

GetDataCompression(IReadOnlyIndex, StoreObjectIdentifier)

Źródło:
SqlServerIndexExtensions.cs
Źródło:
SqlServerIndexExtensions.cs

Zwraca kompresję danych używaną przez indeks.

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

Indeks.

storeObject
StoreObjectIdentifier

Identyfikator obiektu magazynu.

Zwraca

Kompresja danych używana przez indeks

Dotyczy