Share via


ISql90Index.DoSortInTempDB Property

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

Syntax

'Declaration
Property DoSortInTempDB As Boolean
'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)

Property Value

Type: System.Boolean

Implements

ISqlIndex.DoSortInTempDB
ISql90SpecifiesIndex.DoSortInTempDB

.NET Framework Security

See Also

Reference

ISql90Index Interface

ISql90Index Members

DoSortInTempDB Overload

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