次の方法で共有


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

関連項目

参照

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間