Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.