Partager via


ISql90Index.DoSortInTempDB, propriété

Obtient ou définit une valeur qui indique si les tris de cet index sont exécutés dans la base de données TempDB.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean

Implémentations

ISqlIndex.DoSortInTempDB
ISql90SpecifiesIndex.DoSortInTempDB

Sécurité .NET Framework

Voir aussi

Référence

ISql90Index Interface

DoSortInTempDB, surcharge

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms