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)
已过时.

获取指示指定委托表示的方法的对象。

适用于