SqlServerIndexExtensions.GetIsCreatedOnlineConfigurationSource 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回 ConfigurationSource 索引是否联机的 。
public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetIsCreatedOnlineConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionIndex index);
static member GetIsCreatedOnlineConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionIndex -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetIsCreatedOnlineConfigurationSource (index As IConventionIndex) As Nullable(Of ConfigurationSource)
参数
- index
- IConventionIndex
索引。
返回
表示 ConfigurationSource 索引是否处于联机状态的 。