SqlTableHintType 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
此列舉支援其成員值的位元組合。
[System.Flags]
public enum SqlTableHintType
[<System.Flags>]
type SqlTableHintType =
Public Enum SqlTableHintType
- 繼承
-
SqlTableHintType
- 屬性
欄位
| 名稱 | 值 | Description |
|---|---|---|
| None | 0 | |
| FastFirstRow | 1 | |
| ForceSeek | 2 | |
| HoldLock | 4 | |
| KeepDefaults | 8 | |
| KeepIdentity | 16 | |
| NoExpand | 32 | |
| NoLock | 64 | |
| NoWait | 128 | |
| PageLock | 256 | |
| ReadCommitted | 512 | |
| ReadCommittedLock | 1024 | |
| ReadPast | 2048 | |
| ReadUncommitted | 4096 | |
| RepeatableRead | 8192 | |
| Rowlock | 16384 | |
| Serializable | 32768 | |
| TabLock | 65536 | |
| TabLockX | 131072 | |
| UpdateLock | 262144 | |
| XLock | 524288 | |
| SpatialWindowMaxCells | 1048576 | |
| Snapshot | 2097152 |