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