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
存储对象的标识符。
返回
索引使用的数据压缩