ADODC.EndOfRecordset 事件

定義

重要

此 API 不符合 CLS 規範。

EndOfRecordset當嘗試移動到越過 該Recordset行時,該事件會被呼叫。

public:
 event Microsoft::VisualBasic::Compatibility::VB6::ADODC::EndOfRecordsetDelegate ^ EndOfRecordset;
[System.CLSCompliant(false)]
public event Microsoft.VisualBasic.Compatibility.VB6.ADODC.EndOfRecordsetDelegate EndOfRecordset;
[<System.CLSCompliant(false)>]
member this.EndOfRecordset : Microsoft.VisualBasic.Compatibility.VB6.ADODC.EndOfRecordsetDelegate 
Public Custom Event EndOfRecordset As ADODC.EndOfRecordsetDelegate 
Public Event EndOfRecordset As ADODC.EndOfRecordsetDelegate 

事件類型

屬性

備註

EndOfRecordsetMoveNext操作失敗,可能會發生事件。

Note

命名空間中的 Microsoft.VisualBasic.Compatibility.VB6 函式與物件提供給從 Visual Basic 6.0 升級到 Visual Basic 的工具使用。 大多數情況下,這些函式和物件會重複你在 .NET Framework 中其他命名空間中能找到的功能。 只有當 Visual Basic 6.0 的程式碼模型與 .NET Framework 實作有顯著差異時,才需要使用這些工具。

適用於