IRowsetNotify.OnRowsetChange(IRowset, Int32, Int32, Int32) メソッド

定義

行セット全体に影響を与える変更をコンシューマーに通知します。

public:
 int OnRowsetChange(Microsoft::VisualBasic::Compatibility::VB6::IRowset ^ rowset, int dbReason, int eventPhase, int fCantDeny);
public int OnRowsetChange(Microsoft.VisualBasic.Compatibility.VB6.IRowset rowset, int dbReason, int eventPhase, int fCantDeny);
abstract member OnRowsetChange : Microsoft.VisualBasic.Compatibility.VB6.IRowset * int * int * int -> int
Public Function OnRowsetChange (rowset As IRowset, dbReason As Integer, eventPhase As Integer, fCantDeny As Integer) As Integer

パラメーター

rowset
IRowset

コンシューマーが複数の行セットから通知を受け取る可能性があり、呼び出している行セットを識別するため、行セットへのポインター。

dbReason
Int32

DBREASONの値によって示される変更の理由。

eventPhase
Int32

この通知のフェーズ。

fCantDeny
Int32

このフラグが true に設定されている場合、プロバイダーはイベントを元に戻すことができないため、コンシューマーは S_FALSE を返してイベントを拒否できません。

返品

結果を表す Integer

注釈

Note

Microsoft.VisualBasic.Compatibility.VB6名前空間の関数とオブジェクトは、Visual Basic 6.0 から Visual Basic にアップグレードするためのツールで使用するために用意されています。 ほとんどの場合、これらの関数とオブジェクトは、.NET Framework の他の名前空間で見つけることができる機能を複製します。 これらは、Visual Basic 6.0 コード モデルが .NET Framework の実装と大きく異なる場合にのみ必要です。

適用対象