共用方式為


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 命名空間