Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gibt den Indexoptionstyp an.
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
Member
| Membername | Beschreibung | |
|---|---|---|
| PadIndex | Der Typ ist PadIndex. | |
| FillFactor | Der Typ ist FillFactor. | |
| SortInTempDB | ||
| IgnoreDupKey | Der Typ ist IgnoreDupKey. | |
| StatisticsNoRecompute | Der Typ ist StatisticsNoRecompute. | |
| DropExisting | Der Typ ist DropExisting. | |
| Online | Der Typ ist Online. | |
| AllowRowLocks | Der Typ ist AllowRowLocks. | |
| AllowPageLocks | Der Typ ist AllowPageLocks. | |
| MaxDop | Der Typ ist MaxDop. | |
| LobCompaction | Der Typ ist LobCompaction. | |
| FileStreamOn | Der Typ ist FileStreamOn. | |
| DataCompression | Der Typ ist DataCompression. |