SqlServerIndexExtensions.GetSortInTempDb 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
GetSortInTempDb(IReadOnlyIndex) |
傳回值,指出索引是否在 tempdb 中排序。 |
GetSortInTempDb(IReadOnlyIndex, StoreObjectIdentifier) |
傳回值,指出索引是否在 tempdb 中排序。 |
GetSortInTempDb(IReadOnlyIndex)
傳回值,指出索引是否在 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)
參數
- index
- IReadOnlyIndex
索引。
傳回
true
如果索引是以 tempdb 排序,則為 。
適用於
GetSortInTempDb(IReadOnlyIndex, StoreObjectIdentifier)
傳回值,指出索引是否在 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)
參數
- index
- IReadOnlyIndex
索引。
- storeObject
- StoreObjectIdentifier
Store 物件的識別碼。
傳回
true
如果索引是以 tempdb 排序,則為 。