共用方式為


FetchType.Orientation 屬性

Gets or sets the FETCH orientation.

命名空間:  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
The FETCH orientation.

請參閱

參考

FetchType 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間