Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
この SACommand で記述される SQL 文またはストアドプロシージャの非同期実行を開始します。
Public Function BeginExecuteNonQuery() As IAsyncResult
public IAsyncResult BeginExecuteNonQuery()
ポーリング、結果の待機、または両方に使用できる System.IAsyncResult。この値は、影響を受けたローの数を返す EndExecuteNonQuery(IAsyncResult) を起動する場合にも必要です。
SAException クラス コマンドテキストの実行中に発生したエラー。
非同期コマンドでは、パラメータの順序は CommandText と一致している必要があります。