AlterIndexType 열거형

인덱스 변경 형식을 지정합니다.

네임스페이스:  Microsoft.Data.Schema.ScriptDom.Sql
어셈블리:  Microsoft.Data.Schema.ScriptDom.Sql(Microsoft.Data.Schema.ScriptDom.Sql.dll)

구문

‘선언
Public Enumeration AlterIndexType
public enum AlterIndexType
public enum class AlterIndexType
type AlterIndexType
public enum AlterIndexType

멤버

멤버 이름 설명
Rebuild 변경이 rebuild입니다.
Disable 변경이 disable입니다.
Reorganize 변경이 reorganize입니다.
Set 변경이 set입니다.

참고 항목

참조

Microsoft.Data.Schema.ScriptDom.Sql 네임스페이스

AlterIndexStatement