Expand Minimize
This topic has not yet been rated - Rate this topic

IndexOperation Enumeration

The IndexOperation enumeration contains values that are used to specify index operations.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public enum IndexOperation
Member nameDescription
RebuildRebuilds the index.
ReorganizeReorganizes the index.
DisableDisables the index.

The IndexOperation enumeration class is served by the Alter method

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.