SqlServerIndexExtensions.GetDataCompression 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
Store 物件的識別碼。
傳回
索引使用的資料壓縮