Share via


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.

備註

The IndexOperation enumeration class is served by the Alter method