SqlServerIndexBuilderExtensions.ForSqlServerIsCreatedOnline Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
ForSqlServerIsCreatedOnline(IndexBuilder, Boolean) |
Przestarzałe.
Określa, czy indeks jest tworzony z opcją online podczas określania wartości docelowej SQL Server. |
ForSqlServerIsCreatedOnline(IConventionIndexBuilder, Nullable<Boolean>, Boolean) |
Przestarzałe.
Określa, czy indeks jest tworzony z opcją online podczas określania wartości docelowej SQL Server. |
ForSqlServerIsCreatedOnline<TEntity>(IndexBuilder<TEntity>, Boolean) |
Przestarzałe.
Określa, czy indeks jest tworzony z opcją online podczas określania wartości docelowej SQL Server. |
ForSqlServerIsCreatedOnline(IndexBuilder, Boolean)
Przestroga
Use IsCreatedOnline
Określa, czy indeks jest tworzony z opcją online podczas określania wartości docelowej SQL Server.
[System.Obsolete("Use IsCreatedOnline")]
public static Microsoft.EntityFrameworkCore.Metadata.Builders.IndexBuilder ForSqlServerIsCreatedOnline (this Microsoft.EntityFrameworkCore.Metadata.Builders.IndexBuilder indexBuilder, bool createdOnline = true);
[<System.Obsolete("Use IsCreatedOnline")>]
static member ForSqlServerIsCreatedOnline : Microsoft.EntityFrameworkCore.Metadata.Builders.IndexBuilder * bool -> Microsoft.EntityFrameworkCore.Metadata.Builders.IndexBuilder
<Extension()>
Public Function ForSqlServerIsCreatedOnline (indexBuilder As IndexBuilder, Optional createdOnline As Boolean = true) As IndexBuilder
Parametry
- indexBuilder
- IndexBuilder
Konstruktor konfigurowanego indeksu.
- createdOnline
- Boolean
Wartość wskazująca, czy indeks jest tworzony z opcją online.
Zwraca
Konstruktor do dalszego konfigurowania indeksu.
- Atrybuty
Dotyczy
ForSqlServerIsCreatedOnline(IConventionIndexBuilder, Nullable<Boolean>, Boolean)
Przestroga
Use IsCreatedOnline
Określa, czy indeks jest tworzony z opcją online podczas określania wartości docelowej SQL Server.
[System.Obsolete("Use IsCreatedOnline")]
public static Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionIndexBuilder ForSqlServerIsCreatedOnline (this Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionIndexBuilder indexBuilder, bool? createdOnline, bool fromDataAnnotation = false);
[<System.Obsolete("Use IsCreatedOnline")>]
static member ForSqlServerIsCreatedOnline : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionIndexBuilder * Nullable<bool> * bool -> Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionIndexBuilder
<Extension()>
Public Function ForSqlServerIsCreatedOnline (indexBuilder As IConventionIndexBuilder, createdOnline As Nullable(Of Boolean), Optional fromDataAnnotation As Boolean = false) As IConventionIndexBuilder
Parametry
- indexBuilder
- IConventionIndexBuilder
Konstruktor konfigurowanego indeksu.
- fromDataAnnotation
- Boolean
Wskazuje, czy konfiguracja została określona przy użyciu adnotacji danych.
Zwraca
To samo wystąpienie konstruktora, jeśli konfiguracja została zastosowana, null
w przeciwnym razie.
- Atrybuty
Dotyczy
ForSqlServerIsCreatedOnline<TEntity>(IndexBuilder<TEntity>, Boolean)
Przestroga
Use IsCreatedOnline
Określa, czy indeks jest tworzony z opcją online podczas określania wartości docelowej SQL Server.
[System.Obsolete("Use IsCreatedOnline")]
public static Microsoft.EntityFrameworkCore.Metadata.Builders.IndexBuilder<TEntity> ForSqlServerIsCreatedOnline<TEntity> (this Microsoft.EntityFrameworkCore.Metadata.Builders.IndexBuilder<TEntity> indexBuilder, bool createdOnline = true);
[<System.Obsolete("Use IsCreatedOnline")>]
static member ForSqlServerIsCreatedOnline : Microsoft.EntityFrameworkCore.Metadata.Builders.IndexBuilder<'Entity> * bool -> Microsoft.EntityFrameworkCore.Metadata.Builders.IndexBuilder<'Entity>
<Extension()>
Public Function ForSqlServerIsCreatedOnline(Of TEntity) (indexBuilder As IndexBuilder(Of TEntity), Optional createdOnline As Boolean = true) As IndexBuilder(Of TEntity)
Parametry typu
- TEntity
Parametry
- indexBuilder
- IndexBuilder<TEntity>
Konstruktor konfigurowanego indeksu.
- createdOnline
- Boolean
Wartość wskazująca, czy indeks jest tworzony z opcją online.
Zwraca
Konstruktor do dalszego konfigurowania indeksu.
- Atrybuty