AlterIndexType 枚举
The possible alter index types.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Enumeration AlterIndexType
用法
Dim instance As AlterIndexType
public enum AlterIndexType
public enum class AlterIndexType
type AlterIndexType
public enum AlterIndexType
成员
成员名称 | 说明 | |
---|---|---|
Disable | Alteration is Disable. | |
Rebuild | Alteration is Rebuild. | |
Reorganize | Alteration is Reorganize. | |
Set | Alteration is Set. | |
UpdateSelectiveXmlPaths | Alteration is UpdateSelectiveXmlPaths. |