Sdílet prostřednictvím


SqlServerIndexExtensions.IsCreatedOnline Metoda

Definice

Přetížení

IsCreatedOnline(IIndex)

Vrátí hodnotu označující, jestli je index online.

IsCreatedOnline(IReadOnlyIndex)

Vrátí hodnotu označující, jestli je index online.

IsCreatedOnline(IReadOnlyIndex, StoreObjectIdentifier)

Vrátí hodnotu označující, jestli je index online.

IsCreatedOnline(IIndex)

Vrátí hodnotu označující, jestli je index 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)

Parametry

index
IIndex

Index.

Návraty

true pokud je index online.

Platí pro

IsCreatedOnline(IReadOnlyIndex)

Vrátí hodnotu označující, jestli je index 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)

Parametry

index
IReadOnlyIndex

Index.

Návraty

true pokud je index online.

Platí pro

IsCreatedOnline(IReadOnlyIndex, StoreObjectIdentifier)

Vrátí hodnotu označující, jestli je index 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)

Parametry

index
IReadOnlyIndex

Index.

storeObject
StoreObjectIdentifier

Identifikátor objektu úložiště.

Návraty

true pokud je index online.

Platí pro