FetchType.Orientation Property
SQL Server 2012
Gets or sets the FETCH orientation.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
'Declaration Public Property Orientation As FetchOrientation Get Set 'Usage Dim instance As FetchType Dim value As FetchOrientation value = instance.Orientation instance.Orientation = value
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.FetchOrientationThe FETCH orientation.
