Delen via


FetchType.Orientation Property

Gets or sets the FETCH orientation.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Property Orientation As FetchOrientation 
    Get 
    Set
'Usage
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)

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.FetchOrientation
The FETCH orientation.

See Also

Reference

FetchType Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace