Share via


SqlServerIndexExtensions.SetIsCreatedOnline メソッド

定義

オーバーロード

SetIsCreatedOnline(IMutableIndex, Nullable<Boolean>)

インデックスがオンラインかどうかを示す値を設定します。

SetIsCreatedOnline(IConventionIndex, Nullable<Boolean>, Boolean)

インデックスがオンラインかどうかを示す値を設定します。

SetIsCreatedOnline(IMutableIndex, Nullable<Boolean>)

インデックスがオンラインかどうかを示す値を設定します。

public static void SetIsCreatedOnline (this Microsoft.EntityFrameworkCore.Metadata.IMutableIndex index, bool? createdOnline);
static member SetIsCreatedOnline : Microsoft.EntityFrameworkCore.Metadata.IMutableIndex * Nullable<bool> -> unit
<Extension()>
Public Sub SetIsCreatedOnline (index As IMutableIndex, createdOnline As Nullable(Of Boolean))

パラメーター

index
IMutableIndex

インデックス。

createdOnline
Nullable<Boolean>

設定する値。

適用対象

SetIsCreatedOnline(IConventionIndex, Nullable<Boolean>, Boolean)

インデックスがオンラインかどうかを示す値を設定します。

public static void SetIsCreatedOnline (this Microsoft.EntityFrameworkCore.Metadata.IConventionIndex index, bool? createdOnline, bool fromDataAnnotation = false);
public static bool? SetIsCreatedOnline (this Microsoft.EntityFrameworkCore.Metadata.IConventionIndex index, bool? createdOnline, bool fromDataAnnotation = false);
static member SetIsCreatedOnline : Microsoft.EntityFrameworkCore.Metadata.IConventionIndex * Nullable<bool> * bool -> unit
static member SetIsCreatedOnline : Microsoft.EntityFrameworkCore.Metadata.IConventionIndex * Nullable<bool> * bool -> Nullable<bool>
<Extension()>
Public Sub SetIsCreatedOnline (index As IConventionIndex, createdOnline As Nullable(Of Boolean), Optional fromDataAnnotation As Boolean = false)
<Extension()>
Public Function SetIsCreatedOnline (index As IConventionIndex, createdOnline As Nullable(Of Boolean), Optional fromDataAnnotation As Boolean = false) As Nullable(Of Boolean)

パラメーター

index
IConventionIndex

インデックス。

createdOnline
Nullable<Boolean>

設定する値。

fromDataAnnotation
Boolean

構成がデータ注釈を使用して指定されたかどうかを示します。

戻り値

構成された値です。

適用対象