Compartir a través de


Enumeración IndexOptionKind

Specifies the possible index options.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Enumeration IndexOptionKind
'Uso
Dim instance As IndexOptionKind
public enum IndexOptionKind
public enum class IndexOptionKind
type IndexOptionKind
public enum IndexOptionKind

Miembros

Nombre del miembro Descripción
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.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom