IRelationalIndex.SortInTempdb Property
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
Property Value
Type: System.Boolean
true if the index is sorted using the tempdb database; otherwise, false.