SqlServerIndexExtensions.IsCreatedOnline Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Entity Framework