Condividi tramite


Proprietà SortInTempdb

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

Spazio dei nomi  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Sintassi

'Dichiarazione
Property SortInTempdb As Boolean
    Get
    Set
'Utilizzo
Dim instance As IMutableRelationalIndex
Dim value As Boolean

value = instance.SortInTempdb

instance.SortInTempdb = value
bool SortInTempdb { get; set; }
property bool SortInTempdb {
    bool get ();
    void set (bool value);
}
abstract SortInTempdb : bool with get, set
function get SortInTempdb () : boolean
function set SortInTempdb (value : boolean)

Valore proprietà

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

Implementa

IRelationalIndex. . :: . .SortInTempdb