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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.