Freigeben über


FetchType.Orientation-Eigenschaft

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)

Eigenschaftswert

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

Siehe auch

Verweis

FetchType Klasse

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace