次の方法で共有


FetchType.Orientation プロパティ

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

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public Property Orientation As FetchOrientation 
    Get 
    Set
'使用
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)

プロパティ値

型: Microsoft.SqlServer.TransactSql.ScriptDom.FetchOrientation
FETCH の方向。

関連項目

参照

FetchType クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間