CursorOptions 列挙体

カーソルのオプションを指定します。

この列挙体には、メンバ値のビットごとの組み合わせを可能にする FlagsAttribute 属性が含まれています。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
<FlagsAttribute> _
Public Enumeration CursorOptions
'使用
Dim instance As CursorOptions
[FlagsAttribute]
public enum CursorOptions
[FlagsAttribute]
public enum class CursorOptions
public enum CursorOptions

メンバ

メンバ名 説明
None オプションは None です。
Local オプションは Local です。
Global オプションは Global です。
Scroll オプションは Scroll です。
ForwardOnly オプションは ForwardOnly です。
Insensitive オプションは Insensitive です。
Keyset オプションは Keyset です。
Dynamic オプションは Dynamic です。
FastForward オプションは FastForward です。
ScrollLocks オプションは ScrollLocks です。
Optimistic オプションは Optimistic です。
ReadOnly オプションは ReadOnly です。
Static オプションは Static です。
TypeWarning オプションは TypeWarning です。

参照

参照

Microsoft.Data.Schema.ScriptDom.Sql 名前空間