簡単なテーブル ヒントの種類を指定します。
名前空間: Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ: Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)
構文
'宣言
<SerializableAttribute> _
Public Enumeration SimpleTableHintKind
[SerializableAttribute]
public enum SimpleTableHintKind
[SerializableAttribute]
public enum class SimpleTableHintKind
[<SerializableAttribute>]
type SimpleTableHintKind
public enum SimpleTableHintKind
メンバー
| メンバー名 | 説明 | |
|---|---|---|
| None | 種類は None です | |
| FastFirstRow | 種類は FastFirstRow です | |
| HoldLock | 種類は HoldLock です | |
| NoLock | 種類は NoLock です | |
| PagLock | 種類は PagLock です | |
| ReadCommitted | 種類は ReadCommitted です | |
| ReadPast | 種類は ReadPast です | |
| ReadUncommitted | 種類は ReadUncommitted です | |
| RepeatableRead | 種類は RepeatableRead です | |
| Rowlock | ||
| Serializable | 種類は Serializable です | |
| TabLock | 種類は TabLock です | |
| TabLockX | 種類は TabLockX です | |
| UpdLock | 種類は UpdLock です | |
| XLock | 種類は XLock です | |
| NoExpand | 種類は NoExpand です | |
| NoWait | 種類は NoWait です | |
| ReadCommittedLock | 種類は ReadCommittedLock です | |
| KeepIdentity | 種類は KeepIdentity です | |
| KeepDefaults | 種類は KeepDefaults です | |
| IgnoreConstraints | 種類は IgnoreConstraints です | |
| IgnoreTriggers | 種類は IgnoreTriggers です | |
| ForceSeek | 種類は ForceSeek です |