SqlTableHintType 열거형

정의

이 열거형은 멤버 값의 비트 조합을 지원합니다.

[System.Flags]
public enum SqlTableHintType
[<System.Flags>]
type SqlTableHintType = 
Public Enum SqlTableHintType
상속
SqlTableHintType
특성

필드

Name 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

적용 대상