ADODC.FetchCompleteDelegate 代理人

定義

警告

Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862

重要

此 API 不符合 CLS 規範。

代表將處理 FetchComplete 事件的方法。

public: delegate void ADODC::FetchCompleteDelegate(Error ^ pError, EventStatusEnum % adStatus, Recordset ^ pRecordset);
[System.CLSCompliant(false)]
public delegate void ADODC.FetchCompleteDelegate(Error pError, ref EventStatusEnum adStatus, Recordset pRecordset);
[System.CLSCompliant(false)]
[System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")]
public delegate void ADODC.FetchCompleteDelegate(Error pError, ref EventStatusEnum adStatus, Recordset pRecordset);
[<System.CLSCompliant(false)>]
type ADODC.FetchCompleteDelegate = delegate of Error * EventStatusEnum * Recordset -> unit
[<System.CLSCompliant(false)>]
[<System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")>]
type ADODC.FetchCompleteDelegate = delegate of Error * EventStatusEnum * Recordset -> unit
Public Delegate Sub ADODC.FetchCompleteDelegate(pError As Error, ByRef adStatus As EventStatusEnum, pRecordset As Recordset)

參數

pError
ADODB.Error

ADODB.Error 物件。

adStatus
ADODB.EventStatusEnum

ADODB.EventStatusEnum 列舉。

pRecordset
ADODB.Recordset

ADODB.Recordset 物件。

屬性

備註

注意

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

擴充方法

GetMethodInfo(Delegate)
已淘汰.

取得表示特定委派所代表之方法的物件。

適用於