다음을 통해 공유


SqlServerIndexExtensions.GetDataCompression 메서드

정의

오버로드

GetDataCompression(IReadOnlyIndex)

인덱스에서 사용하는 데이터 압축을 반환합니다.

GetDataCompression(IReadOnlyIndex, StoreObjectIdentifier)

인덱스에서 사용하는 데이터 압축을 반환합니다.

GetDataCompression(IReadOnlyIndex)

Source:
SqlServerIndexExtensions.cs
Source:
SqlServerIndexExtensions.cs

인덱스에서 사용하는 데이터 압축을 반환합니다.

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)

매개 변수

index
IReadOnlyIndex

인덱스입니다.

반환

인덱스에서 사용하는 데이터 압축

적용 대상

GetDataCompression(IReadOnlyIndex, StoreObjectIdentifier)

Source:
SqlServerIndexExtensions.cs
Source:
SqlServerIndexExtensions.cs

인덱스에서 사용하는 데이터 압축을 반환합니다.

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)

매개 변수

index
IReadOnlyIndex

인덱스입니다.

storeObject
StoreObjectIdentifier

저장소 개체의 식별자입니다.

반환

인덱스에서 사용하는 데이터 압축

적용 대상