SqlServerIndexExtensions.SetIsCreatedOnline Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Overload
| SetIsCreatedOnline(IMutableIndex, Nullable<Boolean>) |
Menetapkan nilai yang menunjukkan apakah indeks sedang online. |
| SetIsCreatedOnline(IConventionIndex, Nullable<Boolean>, Boolean) |
Menetapkan nilai yang menunjukkan apakah indeks sedang online. |
SetIsCreatedOnline(IMutableIndex, Nullable<Boolean>)
- Sumber:
- SqlServerIndexExtensions.cs
- Sumber:
- SqlServerIndexExtensions.cs
- Sumber:
- SqlServerIndexExtensions.cs
- Sumber:
- SqlServerIndexExtensions.cs
- Sumber:
- SqlServerIndexExtensions.cs
- Sumber:
- SqlServerIndexExtensions.cs
- Sumber:
- SqlServerIndexExtensions.cs
Menetapkan nilai yang menunjukkan apakah indeks sedang online.
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
Indeks.
Berlaku untuk
SetIsCreatedOnline(IConventionIndex, Nullable<Boolean>, Boolean)
- Sumber:
- SqlServerIndexExtensions.cs
- Sumber:
- SqlServerIndexExtensions.cs
- Sumber:
- SqlServerIndexExtensions.cs
- Sumber:
- SqlServerIndexExtensions.cs
- Sumber:
- SqlServerIndexExtensions.cs
- Sumber:
- SqlServerIndexExtensions.cs
- Sumber:
- SqlServerIndexExtensions.cs
Menetapkan nilai yang menunjukkan apakah indeks sedang online.
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
Indeks.
- fromDataAnnotation
- Boolean
Menunjukkan apakah konfigurasi ditentukan menggunakan anotasi data.
Mengembalikan
Nilai yang dikonfigurasi.