SqlServerIndexExtensions.GetDataCompression Methode

Definition

Überlädt

GetDataCompression(IReadOnlyIndex)

Gibt die Vom Index verwendete Datenkomprimierung zurück.

GetDataCompression(IReadOnlyIndex, StoreObjectIdentifier)

Gibt die Vom Index verwendete Datenkomprimierung zurück.

GetDataCompression(IReadOnlyIndex)

Gibt die Vom Index verwendete Datenkomprimierung zurück.

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)

Parameter

index
IReadOnlyIndex

Der Index.

Gibt zurück

Die Vom Index verwendete Datenkomprimierung

Gilt für:

GetDataCompression(IReadOnlyIndex, StoreObjectIdentifier)

Gibt die Vom Index verwendete Datenkomprimierung zurück.

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)

Parameter

index
IReadOnlyIndex

Der Index.

storeObject
StoreObjectIdentifier

Der Bezeichner des Speicherobjekts.

Gibt zurück

Die Vom Index verwendete Datenkomprimierung

Gilt für: