FetchType.Orientation 属性

获取或设置 FETCH 方向。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
Public Property Orientation As FetchOrientation
    Get
    Set
public FetchOrientation Orientation { get; set; }
public:
property FetchOrientation Orientation {
    FetchOrientation get ();
    void set (FetchOrientation value);
}
member Orientation : FetchOrientation with get, set
function get Orientation () : FetchOrientation
function set Orientation (value : FetchOrientation)

属性值

类型:Microsoft.Data.Schema.ScriptDom.Sql.FetchOrientation
返回一个 FetchOrientation 枚举值。

.NET Framework 安全性

请参见

参考

FetchType 类

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