CursorOptionKind 열거형
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. |