Index.SortInTempdb プロパティ

データの中間ストレージに tempdb データベースを使用してインデックスを並べ替えるかどうかを示す Boolean プロパティ値を取得または設定します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property SortInTempdb As Boolean 
    Get 
    Set
'使用
Dim instance As Index 
Dim value As Boolean 

value = instance.SortInTempdb

instance.SortInTempdb = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool SortInTempdb { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool SortInTempdb {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member SortInTempdb : bool with get, set
function get SortInTempdb () : boolean 
function set SortInTempdb (value : boolean)

プロパティ値

型: System.Boolean
一時ストレージに tempdb データベースを使用してインデックスを並べ替えるかどうかを示す Boolean 値です。 True の場合、インデックスが tempdb データベース内で並べ替えられます。それ以外の場合は False (既定値) です。

説明

注意

UserDefinedTableType オブジェクトに基づくインデックスでは、SortInTempdb プロパティの値は常に既定値で、ユーザーが設定した値は無視されます。

使用例

インデックスの作成、変更、および削除

関連項目

参照

Index クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

インデックス

CREATE INDEX (Transact-SQL)