Partager via


ISql90XmlIndex.DoSortInTempDB, propriété

Obtient ou définit une valeur qui indique si les résultats temporaires doivent être stockées 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

Sécurité .NET Framework

Voir aussi

Référence

ISql90XmlIndex Interface

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