SqlServerIndexExtensions.SetIsCreatedOnline Methode

Definition

Überlädt

SetIsCreatedOnline(IMutableIndex, Nullable<Boolean>)

Legt einen Wert fest, der angibt, ob der Index online ist.

SetIsCreatedOnline(IConventionIndex, Nullable<Boolean>, Boolean)

Legt einen Wert fest, der angibt, ob der Index online ist.

SetIsCreatedOnline(IMutableIndex, Nullable<Boolean>)

Legt einen Wert fest, der angibt, ob der Index online ist.

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))

Parameter

index
IMutableIndex

Der Index.

createdOnline
Nullable<Boolean>

Der festzulegende Wert.

Gilt für:

SetIsCreatedOnline(IConventionIndex, Nullable<Boolean>, Boolean)

Legt einen Wert fest, der angibt, ob der Index online ist.

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)

Parameter

index
IConventionIndex

Der Index.

createdOnline
Nullable<Boolean>

Der festzulegende Wert.

fromDataAnnotation
Boolean

Gibt an, ob die Konfiguration mithilfe einer Datenanmerkung angegeben wurde.

Gibt zurück

Der konfigurierte Wert.

Gilt für: