SqlServerIndexExtensions.GetSortInTempDb Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
Entity Framework