Свойство SortInTempdb
Gets a value that indicates whether the index is sorted using the tempdb database for intermediate storage of data.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
ReadOnly Property SortInTempdb As Boolean
Get
'Применение
Dim instance As IRelationalIndex
Dim value As Boolean
value = instance.SortInTempdb
bool SortInTempdb { get; }
property bool SortInTempdb {
bool get ();
}
abstract SortInTempdb : bool
function get SortInTempdb () : boolean
Значение свойства
Тип: System. . :: . .Boolean
true if the index is sorted using the tempdb database; otherwise, false.