다음을 통해 공유


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

데이터 주석을 사용하여 구성을 지정했는지 여부를 나타냅니다.

반환

구성된 값입니다.

적용 대상