Partager via


Propriété FetchType.Orientation

Gets or sets the FETCH orientation.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property Orientation As FetchOrientation 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

FetchType Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom