FetchType.Orientation プロパティ

FETCH の方向を取得または設定します。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property Orientation As FetchOrientation
'使用
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);
}
public function get Orientation () : FetchOrientation
public function set Orientation (value : FetchOrientation)

プロパティ値

型 : Microsoft.Data.Schema.ScriptDom.Sql.FetchOrientation
FetchOrientation 列挙値を返します。

参照

参照

FetchType クラス

FetchType メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間