IndexOptionKind 열거형

Specifies the possible index options.

네임스페이스:  Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리:  Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)

구문

‘선언
Public Enumeration IndexOptionKind
‘사용 방법
Dim instance As IndexOptionKind
public enum IndexOptionKind
public enum class IndexOptionKind
type IndexOptionKind
public enum IndexOptionKind

멤버

멤버 이름 설명
AllowPageLocks The kind of index option is AllowPageLocks.
AllowRowLocks The kind of index option is AllowRowLocks.
DataCompression The kind of index option is DataCompression.
DropExisting The kind of index option is DropExisting.
FileStreamOn The kind of index option is FileStreamOn.
FillFactor The kind of index option is FillFactor.
IgnoreDupKey The kind of index option is IgnoreDupKey.
LobCompaction The kind of index option is LobCompaction.
MaxDop The kind of index option is MaxDop.
MoveTo The kind of index option is MoveTo.
Online The kind of index option is Online.
PadIndex The kind of index option is PadIndex.
SortInTempDB The kind of index option is SortInTempDB.
StatisticsNoRecompute The kind of index option is StatisticsNoRecompute.

참고 항목

참조

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스