Partager via


SimpleTableHintKind, énumération

Spécifie le type d'indicateur de table simple.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Enumeration SimpleTableHintKind
[SerializableAttribute]
public enum SimpleTableHintKind
[SerializableAttribute]
public enum class SimpleTableHintKind
[<SerializableAttribute>]
type SimpleTableHintKind
public enum SimpleTableHintKind

Membres

Nom de membre Description
None Le type est None
FastFirstRow Le type est FastFirstRow
HoldLock Le type est HoldLock
NoLock Le type est NoLock
PagLock Le type est PagLock
ReadCommitted Le type est ReadCommitted
ReadPast Le type est ReadPast
ReadUncommitted Le type est ReadUncommitted
RepeatableRead Le type est RepeatableRead
Rowlock
Serializable Le type est Serializable
TabLock Le type est TabLock
TabLockX Le type est TabLockX
UpdLock Le type est UpdLock
XLock Le type est XLock
NoExpand Le type est NoExpand
NoWait Le type est NoWait
ReadCommittedLock Le type est ReadCommittedLock
KeepIdentity Le type est KeepIdentity
KeepDefaults Le type est KeepDefaults
IgnoreConstraints Le type est IgnoreConstraints
IgnoreTriggers Le type est IgnoreTriggers
ForceSeek Le type est ForceSeek

Voir aussi

Référence

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms