指定 FETCH 方向。
命名空间: Microsoft.Data.Schema.ScriptDom.Sql
程序集: Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)
语法
声明
Public Enumeration FetchOrientation
public enum FetchOrientation
public enum class FetchOrientation
type FetchOrientation
public enum FetchOrientation
成员
成员名称 | 说明 | |
---|---|---|
None | 方向为 None | |
First | 方向为 First | |
Next | 方向为 Next | |
Prior | 方向为 Prior | |
Last | 方向为 Last | |
Relative | 方向为 Relative | |
Absolute | 方向为 Absolute |