IndexOperation Enum

Definition

specifies what operation to perform on an index alter

public enum IndexOperation
type IndexOperation = 
Public Enum IndexOperation
Inheritance
IndexOperation

Fields

Disable 2

The Index will be disabled.

Rebuild 0

The index will be rebuilt with the current property-settings.

Reorganize 1

The index will be reorganized with the current property-settings.

Applies to