IndexOperation 열거형
The IndexOperation enumeration contains values that are used to specify index operations.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Enumeration IndexOperation
‘사용 방법
Dim instance As IndexOperation
public enum IndexOperation
public enum class IndexOperation
type IndexOperation
public enum IndexOperation
멤버
멤버 이름 | 설명 | |
---|---|---|
Disable | Disables the index. | |
Rebuild | Rebuilds the index. | |
Reorganize | Reorganizes the index. |
주의
The IndexOperation enumeration class is served by the Alter method