Freigeben über


ISqlIndex.DoSortInTempDB-Eigenschaft

Ruft einen Wert ab, der angibt, ob die TempDB-Datenbank sortiert werden soll, oder legt diesen fest.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property DoSortInTempDB As Boolean
    Get
    Set
bool DoSortInTempDB { get; set; }
property bool DoSortInTempDB {
    bool get ();
    void set (bool value);
}
abstract DoSortInTempDB : bool with get, set
function get DoSortInTempDB () : boolean
function set DoSortInTempDB (value : boolean)

Eigenschaftswert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

ISqlIndex Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace