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.dll의 Microsoft.SqlServer.Smo
구문
‘선언
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.