Share via


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.