次の方法で共有


SqlServerIndexExtensions.GetDataCompression メソッド

定義

オーバーロード

GetDataCompression(IReadOnlyIndex)

インデックスで使用されるデータ圧縮を返します。

GetDataCompression(IReadOnlyIndex, StoreObjectIdentifier)

インデックスで使用されるデータ圧縮を返します。

GetDataCompression(IReadOnlyIndex)

インデックスで使用されるデータ圧縮を返します。

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)

インデックスで使用されるデータ圧縮を返します。

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

ストア オブジェクトの識別子。

戻り値

インデックスで使用されるデータ圧縮

適用対象