Proprietà ISql90Index.DoSortInTempDB

Ottiene o imposta un valore che indica se questo indice è ordinato nel database TempDB.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Boolean

Implementa

ISqlIndex.DoSortInTempDB
ISql90SpecifiesIndex.DoSortInTempDB

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql90Index Interfaccia

Overload DoSortInTempDB

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel