Sdílet prostřednictvím


FetchType.Orientation – vlastnost

Získá nebo nastaví orientaci FETCH.

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: Microsoft.Data.Schema.ScriptDom.Sql.FetchOrientation
Vrátí FetchOrientation hodnotu výčtu.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

FetchType Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů