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