IndexOperation 枚举
The IndexOperation enumeration contains values that are used to specify index operations.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public Enumeration IndexOperation
用法
Dim instance As IndexOperation
public enum IndexOperation
public enum class IndexOperation
type IndexOperation
public enum IndexOperation
成员
成员名称 | 说明 | |
---|---|---|
Rebuild | Rebuilds the index. | |
Reorganize | Reorganizes the index. | |
Disable | Disables the index. |