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. |