Compartir a través de


FetchType.Orientation (Propiedad)

Obtiene o establece la orientación de FETCH.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.FetchOrientation
Devuelve un valor de enumeración FetchOrientation.

Seguridad de .NET Framework

Vea también

Referencia

FetchType Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)