IRowsetNotify.OnRowChange メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
行に対する最初の変更、または行全体に影響のある変更をコンシューマーに通知します。
public:
int OnRowChange(Microsoft::VisualBasic::Compatibility::VB6::IRowset ^ rowset, int cRows, cli::array <int> ^ rghRows, int dbReason, int eventPhase, int fCantDeny);
public int OnRowChange (Microsoft.VisualBasic.Compatibility.VB6.IRowset rowset, int cRows, int[] rghRows, int dbReason, int eventPhase, int fCantDeny);
abstract member OnRowChange : Microsoft.VisualBasic.Compatibility.VB6.IRowset * int * int[] * int * int * int -> int
Public Function OnRowChange (rowset As IRowset, cRows As Integer, rghRows As Integer(), dbReason As Integer, eventPhase As Integer, fCantDeny As Integer) As Integer
パラメーター
- rowset
- IRowset
行セットへのポインター。コンシューマーは複数の行セットから通知を受け取る可能性があるため、このポインターによって呼び出し元の行セットを識別します。
- cRows
- Int32
rghRows
内の行ハンドル数。
- rghRows
- Int32[]
変更される行のハンドルの配列。
- dbReason
- Int32
DBREASON
の値で示される変更の理由。
- eventPhase
- Int32
この通知のフェーズ。
- fCantDeny
- Int32
このフラグが true
に設定されている場合、プロバイダーはイベントを取り消すことができないため、コンシューマーが S_FALSE
を返してイベントを拒否することはできません。
戻り値
結果を表す Integer
。
注釈
注意
Microsoft.VisualBasic.Compatibility.VB6 名前空間の関数とオブジェクトは、Visual Basic 6.0 から Visual Basic へのアップグレード ツールで使用するために用意されています。 ほとんどの場合、これらの関数とオブジェクトは、.NET Framework の他の名前空間にある機能と重複しています。 これらが必要になるのは、Visual Basic 6.0 のコード モデルが .NET Framework の実装と大きく異なる場合だけです。
適用対象
.NET