Compartilhar via


Propriedade ISql90XmlIndex.DoSortInTempDB

Obtém ou define um valor que indica se deseja armazenar os resultados temporários no banco de dados TempDB.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ISql90XmlIndex Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel