共用方式為


IRowSet.MaxRows 屬性

定義

取得這個 RowSet的數據列數目上限。

public int MaxRows { [Android.Runtime.Register("getMaxRows", "()I", "GetGetMaxRowsHandler:Javax.Sql.IRowSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")] get; [Android.Runtime.Register("setMaxRows", "(I)V", "GetSetMaxRows_IHandler:Javax.Sql.IRowSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")] set; }
[<get: Android.Runtime.Register("getMaxRows", "()I", "GetGetMaxRowsHandler:Javax.Sql.IRowSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
[<set: Android.Runtime.Register("setMaxRows", "(I)V", "GetSetMaxRows_IHandler:Javax.Sql.IRowSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
member this.MaxRows : int with get, set

屬性值

屬性

例外狀況

如果存取資料庫發生問題,則為 。

如果存取資料庫時發生錯誤,則為 。

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於