Aracılığıyla paylaş


SqlServerIndexExtensions.GetDataCompression Yöntem

Tanım

Aşırı Yüklemeler

GetDataCompression(IReadOnlyIndex)

Dizinin kullandığı veri sıkıştırmasını döndürür.

GetDataCompression(IReadOnlyIndex, StoreObjectIdentifier)

Dizinin kullandığı veri sıkıştırmasını döndürür.

GetDataCompression(IReadOnlyIndex)

Dizinin kullandığı veri sıkıştırmasını döndürür.

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)

Parametreler

index
IReadOnlyIndex

Dizin.

Döndürülenler

Dizinin kullandığı veri sıkıştırma

Şunlara uygulanır

GetDataCompression(IReadOnlyIndex, StoreObjectIdentifier)

Dizinin kullandığı veri sıkıştırmasını döndürür.

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)

Parametreler

index
IReadOnlyIndex

Dizin.

storeObject
StoreObjectIdentifier

Store nesnesinin tanımlayıcısı.

Döndürülenler

Dizinin kullandığı veri sıkıştırma

Şunlara uygulanır