共用方式為


FetchCursorStatement.FetchType 屬性

Gets or sets the optional fetch information.

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
Public Property FetchType As FetchType 
    Get 
    Set
'用途
Dim instance As FetchCursorStatement 
Dim value As FetchType 

value = instance.FetchType

instance.FetchType = value
public FetchType FetchType { get; set; }
public:
property FetchType^ FetchType {
    FetchType^ get ();
    void set (FetchType^ value);
}
member FetchType : FetchType with get, set
function get FetchType () : FetchType 
function set FetchType (value : FetchType)

屬性值

型別:Microsoft.SqlServer.TransactSql.ScriptDom.FetchType
The optional fetch information.

請參閱

參考

FetchCursorStatement 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間