AlterIndexType 列挙体
インデックスの変更の種類を指定します。
名前空間 : Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ : Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)
構文
'宣言
Public Enumeration AlterIndexType
'使用
Dim instance As AlterIndexType
public enum AlterIndexType
public enum class AlterIndexType
public enum AlterIndexType
メンバ
メンバ名 | 説明 | |
---|---|---|
Rebuild | 変更は再構築です。 | |
Disable | 変更は無効化です。 | |
Reorganize | 変更は再構成です。 | |
Set | 変更は設定です。 |