AlterIndexType 列挙体
インデックスの変更の種類。
名前空間: 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 | 変更は Disable です。 | |
Rebuild | 変更は Rebuild です。 | |
Reorganize | 変更は Reorganize です。 | |
Set | 変更は Set です。 | |
UpdateSelectiveXmlPaths | 変更は UpdateSelectiveXmlPaths です。 |