SqlServerIndexExtensions.IsCreatedOnline Método

Definición

Sobrecargas

IsCreatedOnline(IIndex)

Devuelve un valor que indica si el índice está en línea.

IsCreatedOnline(IReadOnlyIndex)

Devuelve un valor que indica si el índice está en línea.

IsCreatedOnline(IReadOnlyIndex, StoreObjectIdentifier)

Devuelve un valor que indica si el índice está en línea.

IsCreatedOnline(IIndex)

Devuelve un valor que indica si el índice está en línea.

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)

Parámetros

index
IIndex

Índice.

Devoluciones

true si el índice está en línea.

Se aplica a

IsCreatedOnline(IReadOnlyIndex)

Devuelve un valor que indica si el índice está en línea.

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)

Parámetros

index
IReadOnlyIndex

Índice.

Devoluciones

true si el índice está en línea.

Se aplica a

IsCreatedOnline(IReadOnlyIndex, StoreObjectIdentifier)

Devuelve un valor que indica si el índice está en línea.

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)

Parámetros

index
IReadOnlyIndex

Índice.

storeObject
StoreObjectIdentifier

Identificador del objeto de almacén.

Devoluciones

true si el índice está en línea.

Se aplica a