Свойство 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