共用方式為


CursorOptions 列舉型別

指定資料指標選項。

這個列舉型別的 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。

請參閱

參考

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