Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the index option type.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Enumeration IndexOptionType
public enum IndexOptionType
public enum class IndexOptionType
type IndexOptionType
public enum IndexOptionType
Members
Member name | Description | |
---|---|---|
PadIndex | Type is PadIndex | |
FillFactor | Type is FillFactor | |
SortInTempDB | ||
IgnoreDupKey | Type is IgnoreDupKey | |
StatisticsNoRecompute | Type is StatisticsNoRecompute | |
DropExisting | Type is DropExisting | |
Online | Type is Online | |
AllowRowLocks | Type is AllowRowLocks | |
AllowPageLocks | Type is AllowPageLocks | |
MaxDop | Type is MaxDop | |
LobCompaction | Type is LobCompaction | |
FileStreamOn | Type is FileStreamOn | |
DataCompression | Type is DataCompression |