Aracılığıyla paylaş


ISqlIndex.DoSortInTempDB Özellik

Alır veya TempDB veritabanında sıralama yapılacağını olup olmadığını gösteren bir değeri ayarlar.

Ad alanı:  Microsoft.Data.Schema.Sql.SchemaModel
Derleme:  Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll içinde)

Sözdizimi

'Bildirim
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)

Özellik Değeri

Tür: System.Boolean

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

ISqlIndex Arabirim

Microsoft.Data.Schema.Sql.SchemaModel Ad Alanı