Condividi tramite


Proprietà FetchType.Orientation

Ottiene o imposta l'orientamento di FETCH.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
Public Property Orientation As FetchOrientation
    Get
    Set
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)

Valore proprietà

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.FetchOrientation
Restituisce un valore di enumerazione FetchOrientation.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

FetchType Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql