次の方法で共有


SqlServerIndexExtensions.GetIsCreatedOnlineConfigurationSource メソッド

定義

インデックスが 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インデックスがオンラインかどうかを示す 。

適用対象