Aracılığıyla paylaş


SqlServerIndexExtensions.GetDataCompressionConfigurationSource Yöntem

Tanım

ConfigurationSource Dizinin kullandığı veri sıkıştırma için değerini döndürür.

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)

Parametreler

index
IConventionIndex

Dizin.

Döndürülenler

ConfigurationSource dizinin kullandığı veri sıkıştırması için.

Şunlara uygulanır