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 的硬件和软件要求。