指定游标选项。
此枚举有一个 FlagsAttribute 特性,通过该特性可使其成员值按位组合。
命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)
语法
声明
<FlagsAttribute> _
Public Enumeration CursorOptions
[FlagsAttribute]
public enum CursorOptions
[FlagsAttribute]
public enum class CursorOptions
[<FlagsAttribute>]
type 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 |