TableHintKind 列舉
Represents the types of table hint.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
<SerializableAttribute> _
Public Enumeration TableHintKind
'用途
Dim instance As TableHintKind
[SerializableAttribute]
public enum TableHintKind
[SerializableAttribute]
public enum class TableHintKind
[<SerializableAttribute>]
type TableHintKind
public enum TableHintKind
成員
成員名稱 | 說明 | |
---|---|---|
FastFirstRow | The hint is FastFirstRow. | |
ForceScan | The FORCESCAN keyword. | |
ForceSeek | The hint is ForceSeek. | |
HoldLock | The hint is HoldLock. | |
IgnoreConstraints | The hint is IgnoreConstraints. | |
IgnoreTriggers | The hint is IgnoreTriggers. | |
Index | The hint is Index. | |
KeepDefaults | The hint is KeepDefaults. | |
KeepIdentity | The hint is KeepIdentity. | |
NoExpand | The hint is NoExpand. | |
NoLock | The hint is NoLock. | |
None | The hint is None. | |
NoWait | The hint is NoWait. | |
PagLock | The hint is PagLock. | |
ReadCommitted | The hint is ReadCommitted. | |
ReadCommittedLock | The hint is ReadCommittedLock. | |
ReadPast | The hint is ReadPast. | |
ReadUncommitted | The hint is ReadUncommitted. | |
RepeatableRead | The hint is RepeatableRead. | |
Rowlock | The hint is Rowlock. | |
Serializable | The hint is Serializable. | |
SpatialWindowMaxCells | The hint is SpatialWindowMaxCells. | |
TabLock | The hint is TabLock. | |
TabLockX | The hint is TabLockX. | |
UpdLock | The hint is UpdLock. | |
XLock | The hint is Xlock. |