IndexEnableAction Enumeration

The IndexEnableAction enumeration contains values that are used to specify the action taken on an index when it is enabled after having been disabled.

命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

語法

'宣告
Public Enumeration IndexEnableAction
public enum IndexEnableAction
public enum class IndexEnableAction
public enum IndexEnableAction
public enum IndexEnableAction

Members

Member name Description
Rebuild The index is rebuilt.
Recreate The index is re-created.

備註

The IndexEnableAction enumeration class is served by the Enable method and the EnableAllIndexes method.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

Microsoft.SqlServer.Management.Smo Namespace