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