Compartir a través de


FetchType.Orientation Propiedad

Gets or sets the FETCH orientation.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property Orientation As FetchOrientation 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

FetchType Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom