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 の方向。