Freigeben über


SortInTempdb-Eigenschaft

Gets a value that indicates whether the index is sorted using the tempdb database for intermediate storage of data.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
ReadOnly Property SortInTempdb As Boolean
    Get
'Usage
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

Eigenschaftswert

Typ: System. . :: . .Boolean
true if the index is sorted using the tempdb database; otherwise, false.