次の方法で共有


CursorOptionKind 列挙体

カーソル オプションの種類を表します。

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public Enumeration CursorOptionKind
'使用
Dim instance As CursorOptionKind
public enum CursorOptionKind
public enum class CursorOptionKind
type CursorOptionKind
public enum CursorOptionKind

メンバー

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

関連項目

参照

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間