SqlServerIndexExtensions.GetDataCompressionConfigurationSource 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
ConfigurationSource傳回索引所使用之資料壓縮的 。
public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetDataCompressionConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionIndex index);
static member GetDataCompressionConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionIndex -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetDataCompressionConfigurationSource (index As IConventionIndex) As Nullable(Of ConfigurationSource)
參數
- index
- IConventionIndex
索引。
傳回
索引 ConfigurationSource 所使用之資料壓縮的 。