Compartilhar via


SqlServerIndexExtensions.IsCreatedOnline Método

Definição

Sobrecargas

IsCreatedOnline(IIndex)

Retorna um valor que indica se o índice está online.

IsCreatedOnline(IReadOnlyIndex)

Retorna um valor que indica se o índice está online.

IsCreatedOnline(IReadOnlyIndex, StoreObjectIdentifier)

Retorna um valor que indica se o índice está online.

IsCreatedOnline(IIndex)

Retorna um valor que indica se o índice está 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)

Parâmetros

index
IIndex

O índice.

Retornos

true se o índice estiver online.

Aplica-se a

IsCreatedOnline(IReadOnlyIndex)

Retorna um valor que indica se o índice está 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)

Parâmetros

index
IReadOnlyIndex

O índice.

Retornos

true se o índice estiver online.

Aplica-se a

IsCreatedOnline(IReadOnlyIndex, StoreObjectIdentifier)

Retorna um valor que indica se o índice está 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)

Parâmetros

index
IReadOnlyIndex

O índice.

storeObject
StoreObjectIdentifier

O identificador do objeto de repositório.

Retornos

true se o índice estiver online.

Aplica-se a