Freigeben über


SqlServerIndexExtensions.SetDataCompression Methode

Definition

Überlädt

SetDataCompression(IMutableIndex, Nullable<DataCompressionType>)

Legt einen Wert fest, der die vom Index verwendete Datenkomprimierung angibt.

SetDataCompression(IConventionIndex, Nullable<DataCompressionType>, Boolean)

Legt einen Wert fest, der die vom Index verwendete Datenkomprimierung angibt.

SetDataCompression(IMutableIndex, Nullable<DataCompressionType>)

Legt einen Wert fest, der die vom Index verwendete Datenkomprimierung angibt.

public static void SetDataCompression (this Microsoft.EntityFrameworkCore.Metadata.IMutableIndex index, Microsoft.EntityFrameworkCore.DataCompressionType? dataCompression);
static member SetDataCompression : Microsoft.EntityFrameworkCore.Metadata.IMutableIndex * Nullable<Microsoft.EntityFrameworkCore.DataCompressionType> -> unit
<Extension()>
Public Sub SetDataCompression (index As IMutableIndex, dataCompression As Nullable(Of DataCompressionType))

Parameter

index
IMutableIndex

Der Index.

dataCompression
Nullable<DataCompressionType>

Der festzulegende Wert.

Gilt für:

SetDataCompression(IConventionIndex, Nullable<DataCompressionType>, Boolean)

Legt einen Wert fest, der die vom Index verwendete Datenkomprimierung angibt.

public static Microsoft.EntityFrameworkCore.DataCompressionType? SetDataCompression (this Microsoft.EntityFrameworkCore.Metadata.IConventionIndex index, Microsoft.EntityFrameworkCore.DataCompressionType? dataCompression, bool fromDataAnnotation = false);
static member SetDataCompression : Microsoft.EntityFrameworkCore.Metadata.IConventionIndex * Nullable<Microsoft.EntityFrameworkCore.DataCompressionType> * bool -> Nullable<Microsoft.EntityFrameworkCore.DataCompressionType>
<Extension()>
Public Function SetDataCompression (index As IConventionIndex, dataCompression As Nullable(Of DataCompressionType), Optional fromDataAnnotation As Boolean = false) As Nullable(Of DataCompressionType)

Parameter

index
IConventionIndex

Der Index.

dataCompression
Nullable<DataCompressionType>

Der festzulegende Wert.

fromDataAnnotation
Boolean

Gibt an, ob die Konfiguration mithilfe einer Datenanmerkung angegeben wurde.

Gibt zurück

Der konfigurierte Wert.

Gilt für: