次の方法で共有


AlterIndexType 列挙体

インデックス変更の種類を指定します。

名前空間:  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ:  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Enumeration AlterIndexType
public enum AlterIndexType
public enum class AlterIndexType
type AlterIndexType
public enum AlterIndexType

メンバー

メンバー名 説明
Rebuild 変更は rebuild です
Disable 変更は disable です
Reorganize 変更は reorganize です
Set 変更は set です

参照

参照

Microsoft.Data.Schema.ScriptDom.Sql 名前空間

AlterIndexStatement