Udostępnij przez


Właściwość IMutableRelationalIndex.SortInTempdb

Pobiera lub ustawia wartość wskazującą, czy indeks jest sortowane przy użyciu danych tempdb do pośredniego przechowywania danych.

Przestrzeń nazw:  Microsoft.SqlServer.Management.SqlParser.Metadata
Zestaw:  Microsoft.SqlServer.Management.SqlParser (w Microsoft.SqlServer.Management.SqlParser.dll)

Składnia

'Deklaracja
Property SortInTempdb As Boolean
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: System.Boolean
TRUE , gdy indeks jest posortowana z bazy danych tempdb. w przeciwnym razie false.

Implementacje

IRelationalIndex.SortInTempdb