FetchType.Orientation 属性

Gets or sets the FETCH orientation.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public Property Orientation As FetchOrientation 
    Get 
    Set
用法
Dim instance As FetchType 
Dim value As FetchOrientation 

value = instance.Orientation

instance.Orientation = value
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.SqlServer.TransactSql.ScriptDom.FetchOrientation
The FETCH orientation.

请参阅

参考

FetchType 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间