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
ストア オブジェクトの識別子。
戻り値
true インデックスが tempdb で並べ替えられている場合は 。