Represents the cursor option kind.
命名空间: 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 | Option is Dynamic. | |
| FastForward | Option is FastForward. | |
| ForwardOnly | Option is ForwardOnly. | |
| Global | Option is Global. | |
| Insensitive | Option is Insensitive. | |
| Keyset | Option is Keyset. | |
| Local | Option is Local. | |
| Optimistic | Option is Optimistic. | |
| ReadOnly | Option is ReadOnly. | |
| Scroll | Option is Scroll. | |
| ScrollLocks | Option is ScrollLocks. | |
| Static | Option is Static. | |
| TypeWarning | Option is TypeWarning. |