Bagikan melalui


SqlServerIndexExtensions.GetSortInTempDb Metode

Definisi

Overload

GetSortInTempDb(IReadOnlyIndex)

Mengembalikan nilai yang menunjukkan apakah indeks diurutkan dalam tempdb.

GetSortInTempDb(IReadOnlyIndex, StoreObjectIdentifier)

Mengembalikan nilai yang menunjukkan apakah indeks diurutkan dalam tempdb.

GetSortInTempDb(IReadOnlyIndex)

Mengembalikan nilai yang menunjukkan apakah indeks diurutkan dalam tempdb.

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

Parameter

index
IReadOnlyIndex

Indeks.

Mengembalikan

true jika indeks diurutkan dalam tempdb.

Berlaku untuk

GetSortInTempDb(IReadOnlyIndex, StoreObjectIdentifier)

Mengembalikan nilai yang menunjukkan apakah indeks diurutkan dalam tempdb.

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

Parameter

index
IReadOnlyIndex

Indeks.

storeObject
StoreObjectIdentifier

Pengidentifikasi objek penyimpanan.

Mengembalikan

true jika indeks diurutkan dalam tempdb.

Berlaku untuk