Freigeben über


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.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Declaration
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.

Hinweise

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

Microsoft.SqlServer.Management.Smo Namespace