IndexEnableAction 枚举
The IndexEnableAction enumeration contains values that are used to specify the action that is taken on an index when it is enabled after having been disabled.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public Enumeration IndexEnableAction
用法
Dim instance As IndexEnableAction
public enum IndexEnableAction
public enum class IndexEnableAction
type IndexEnableAction
public enum IndexEnableAction
成员
成员名称 | 说明 | |
---|---|---|
Rebuild | The index is rebuilt. | |
Recreate | The index is recreated. |
注释
The IndexEnableAction enumeration class is served by the Enable method and the EnableAllIndexes method.