SqlDataSourceStatusEventArgs(DbCommand, Int32, Exception) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定的輸出參數、傳回值,以及資料庫作業所影響的資料列數目,初始化 SqlDataSourceStatusEventArgs 類別的新執行個體。
public:
SqlDataSourceStatusEventArgs(System::Data::Common::DbCommand ^ command, int affectedRows, Exception ^ exception);
public SqlDataSourceStatusEventArgs (System.Data.Common.DbCommand command, int affectedRows, Exception exception);
new System.Web.UI.WebControls.SqlDataSourceStatusEventArgs : System.Data.Common.DbCommand * int * Exception -> System.Web.UI.WebControls.SqlDataSourceStatusEventArgs
Public Sub New (command As DbCommand, affectedRows As Integer, exception As Exception)
參數
- command
- DbCommand
DbCommand,表示由 SqlDataSource 控制項送出至資料庫的資料庫查詢、命令或預存程序。
- affectedRows
- Int32
資料庫作業所影響的資料列數目 (如果有的話)。