Aracılığıyla paylaş


SqlServerIndexExtensions.GetSortInTempDb Yöntem

Tanım

Aşırı Yüklemeler

GetSortInTempDb(IReadOnlyIndex)

Dizinin tempdb'de sıralanıp sıralanmadığını belirten bir değer döndürür.

GetSortInTempDb(IReadOnlyIndex, StoreObjectIdentifier)

Dizinin tempdb'de sıralanıp sıralanmadığını belirten bir değer döndürür.

GetSortInTempDb(IReadOnlyIndex)

Dizinin tempdb'de sıralanıp sıralanmadığını belirten bir değer döndürür.

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)

Parametreler

index
IReadOnlyIndex

Dizin.

Döndürülenler

true dizin tempdb'de sıralanmışsa.

Şunlara uygulanır

GetSortInTempDb(IReadOnlyIndex, StoreObjectIdentifier)

Dizinin tempdb'de sıralanıp sıralanmadığını belirten bir değer döndürür.

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)

Parametreler

index
IReadOnlyIndex

Dizin.

storeObject
StoreObjectIdentifier

Store nesnesinin tanımlayıcısı.

Döndürülenler

true dizin tempdb'de sıralanmışsa.

Şunlara uygulanır