SqlServerPropertyExtensions.GetIsSparseConfigurationSource 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
ConfigurationSource傳回 屬性的資料行是否為疏鬆的 。
public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetIsSparseConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property);
static member GetIsSparseConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetIsSparseConfigurationSource (property As IConventionProperty) As Nullable(Of ConfigurationSource)
參數
- property
- IConventionProperty
屬性。
傳回
屬性 ConfigurationSource 的資料行是否疏鬆。