SqlServerIndexBuilderExtensions.ForSqlServerIsCreatedOnline Yöntem

Tanım

Aşırı Yüklemeler

ForSqlServerIsCreatedOnline(IndexBuilder, Boolean)
Kullanımdan kalktı.

SQL Server hedeflenirken, dizinin çevrimiçi seçenekle oluşturulup oluşturulmayacağını yapılandırır.

ForSqlServerIsCreatedOnline(IConventionIndexBuilder, Nullable<Boolean>, Boolean)
Kullanımdan kalktı.

SQL Server hedeflenirken, dizinin çevrimiçi seçenekle oluşturulup oluşturulmayacağını yapılandırır.

ForSqlServerIsCreatedOnline<TEntity>(IndexBuilder<TEntity>, Boolean)
Kullanımdan kalktı.

SQL Server hedeflenirken, dizinin çevrimiçi seçenekle oluşturulup oluşturulmayacağını yapılandırır.

ForSqlServerIsCreatedOnline(IndexBuilder, Boolean)

Dikkat

Use IsCreatedOnline

SQL Server hedeflenirken, dizinin çevrimiçi seçenekle oluşturulup oluşturulmayacağını yapılandırır.

[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

Parametreler

indexBuilder
IndexBuilder

Yapılandırılmakta olan dizin için Oluşturucu.

createdOnline
Boolean

Dizinin çevrimiçi seçenekle oluşturulup oluşturulmayacağını gösteren bir değer.

Döndürülenler

IndexBuilder

Dizini daha fazla yapılandırmak için bir Oluşturucu.

Öznitelikler

Şunlara uygulanır

ForSqlServerIsCreatedOnline(IConventionIndexBuilder, Nullable<Boolean>, Boolean)

Dikkat

Use IsCreatedOnline

SQL Server hedeflenirken, dizinin çevrimiçi seçenekle oluşturulup oluşturulmayacağını yapılandırır.

[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

Parametreler

indexBuilder
IConventionIndexBuilder

Yapılandırılmakta olan dizin için Oluşturucu.

createdOnline
Nullable<Boolean>

Dizinin çevrimiçi seçenekle oluşturulup oluşturulmayacağını gösteren bir değer.

fromDataAnnotation
Boolean

Yapılandırmanın bir veri ek açıklaması kullanılarak mı belirtilmediğini belirtir.

Döndürülenler

IConventionIndexBuilder

Yapılandırma uygulanmışsa aynı Oluşturucu örneği, aksi takdirde null .

Öznitelikler

Şunlara uygulanır

ForSqlServerIsCreatedOnline<TEntity>(IndexBuilder<TEntity>, Boolean)

Dikkat

Use IsCreatedOnline

SQL Server hedeflenirken, dizinin çevrimiçi seçenekle oluşturulup oluşturulmayacağını yapılandırır.

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

Tür Parametreleri

TEntity

Parametreler

indexBuilder
IndexBuilder<TEntity>

Yapılandırılmakta olan dizin için Oluşturucu.

createdOnline
Boolean

Dizinin çevrimiçi seçenekle oluşturulup oluşturulmayacağını gösteren bir değer.

Döndürülenler

IndexBuilder<TEntity>

Dizini daha fazla yapılandırmak için bir Oluşturucu.

Öznitelikler

Şunlara uygulanır