SqlTableHintType 列舉

定義

此列舉支援其成員值的位元組合。

[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

適用於