Partilhar via


Propriedade FetchType.Orientation

Obtém ou define a orientação de busca.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.FetchOrientation
Retorna um FetchOrientation valor de enumeração.

Segurança do .NET Framework

Consulte também

Referência

FetchType Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql