다음을 통해 공유


SqlServerIndexExtensions.SetDataCompression 메서드

정의

오버로드

SetDataCompression(IMutableIndex, Nullable<DataCompressionType>)

인덱스에서 사용하는 데이터 압축을 나타내는 값을 설정합니다.

SetDataCompression(IConventionIndex, Nullable<DataCompressionType>, Boolean)

인덱스에서 사용하는 데이터 압축을 나타내는 값을 설정합니다.

SetDataCompression(IMutableIndex, Nullable<DataCompressionType>)

인덱스에서 사용하는 데이터 압축을 나타내는 값을 설정합니다.

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))

매개 변수

index
IMutableIndex

인덱스입니다.

dataCompression
Nullable<DataCompressionType>

설정할 값입니다.

적용 대상

SetDataCompression(IConventionIndex, Nullable<DataCompressionType>, Boolean)

인덱스에서 사용하는 데이터 압축을 나타내는 값을 설정합니다.

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)

매개 변수

index
IConventionIndex

인덱스입니다.

dataCompression
Nullable<DataCompressionType>

설정할 값입니다.

fromDataAnnotation
Boolean

데이터 주석을 사용하여 구성을 지정했는지 여부를 나타냅니다.

반환

구성된 값입니다.

적용 대상