Udostępnij za pośrednictwem


SqlServerIndexExtensions.IsClustered Metoda

Definicja

Przeciążenia

IsClustered(IReadOnlyIndex, StoreObjectIdentifier)

Zwraca wartość wskazującą, czy indeks jest klastrowany.

IsClustered(IIndex, StoreObjectIdentifier)

Zwraca wartość wskazującą, czy indeks jest klastrowany.

IsClustered(IReadOnlyIndex)

Zwraca wartość wskazującą, czy indeks jest klastrowany.

IsClustered(IIndex)

Zwraca wartość wskazującą, czy indeks jest klastrowany.

IsClustered(IReadOnlyIndex, StoreObjectIdentifier)

Zwraca wartość wskazującą, czy indeks jest klastrowany.

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

Parametry

index
IReadOnlyIndex

Indeks.

storeObject
StoreObjectIdentifier

Identyfikator obiektu store.

Zwraca

true jeśli indeks jest klastrowany.

Dotyczy

IsClustered(IIndex, StoreObjectIdentifier)

Zwraca wartość wskazującą, czy indeks jest klastrowany.

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

Parametry

index
IIndex

Indeks.

storeObject
StoreObjectIdentifier

Identyfikator obiektu store.

Zwraca

true jeśli indeks jest klastrowany.

Dotyczy

IsClustered(IReadOnlyIndex)

Zwraca wartość wskazującą, czy indeks jest klastrowany.

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

Parametry

index
IReadOnlyIndex

Indeks.

Zwraca

true jeśli indeks jest klastrowany.

Dotyczy

IsClustered(IIndex)

Zwraca wartość wskazującą, czy indeks jest klastrowany.

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

Parametry

index
IIndex

Indeks.

Zwraca

true jeśli indeks jest klastrowany.

Dotyczy