Condividi tramite


SqlServerIndexExtensions.IsCreatedOnline Metodo

Definizione

Overload

IsCreatedOnline(IIndex)

Restituisce un valore che indica se l'indice è online.

IsCreatedOnline(IReadOnlyIndex)

Restituisce un valore che indica se l'indice è online.

IsCreatedOnline(IReadOnlyIndex, StoreObjectIdentifier)

Restituisce un valore che indica se l'indice è online.

IsCreatedOnline(IIndex)

Restituisce un valore che indica se l'indice è online.

public static bool? IsCreatedOnline (this Microsoft.EntityFrameworkCore.Metadata.IIndex index);
static member IsCreatedOnline : Microsoft.EntityFrameworkCore.Metadata.IIndex -> Nullable<bool>
<Extension()>
Public Function IsCreatedOnline (index As IIndex) As Nullable(Of Boolean)

Parametri

index
IIndex

Indice.

Restituisce

true se l'indice è online.

Si applica a

IsCreatedOnline(IReadOnlyIndex)

Restituisce un valore che indica se l'indice è online.

public static bool? IsCreatedOnline (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex index);
static member IsCreatedOnline : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex -> Nullable<bool>
<Extension()>
Public Function IsCreatedOnline (index As IReadOnlyIndex) As Nullable(Of Boolean)

Parametri

index
IReadOnlyIndex

Indice.

Restituisce

true se l'indice è online.

Si applica a

IsCreatedOnline(IReadOnlyIndex, StoreObjectIdentifier)

Restituisce un valore che indica se l'indice è online.

public static bool? IsCreatedOnline (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex index, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member IsCreatedOnline : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex * StoreObjectIdentifier -> Nullable<bool>
<Extension()>
Public Function IsCreatedOnline (index As IReadOnlyIndex, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of Boolean)

Parametri

index
IReadOnlyIndex

Indice.

storeObject
StoreObjectIdentifier

Identificatore dell'oggetto store.

Restituisce

true se l'indice è online.

Si applica a