ISql90Index.DoSortInTempDB Property

Gets or sets whether to sort in a temporary database.

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

Syntax

'Declaration
Property DoSortInTempDB As Boolean
    Get
    Set
'Usage
Dim instance As ISql90Index
Dim value As Boolean

value = instance.DoSortInTempDB

instance.DoSortInTempDB = value
bool DoSortInTempDB { get; set; }
property bool DoSortInTempDB {
    bool get ();
    void set (bool value);
}
function get DoSortInTempDB () : boolean
function set DoSortInTempDB (value : boolean)
abstract DoSortInTempDB : bool with get, set

Property Value

Type: System.Boolean

Implements

ISqlIndex.DoSortInTempDB
ISql90SpecifiesIndex.DoSortInTempDB

.NET Framework Security

See Also

Reference

ISql90Index Interface

ISql90Index Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace