ADODC.FetchProgressDelegate Delegate

Represents the method that will handle a FetchProgress event.

This delegate is not CLS-compliant.  

Namespace: Microsoft.VisualBasic.Compatibility.VB6
Assembly: Microsoft.VisualBasic.Compatibility.Data (in microsoft.visualbasic.compatibility.data.dll)

[CLSCompliantAttribute(false)] 
public delegate void FetchProgressDelegate (
	int progress,
	int maxProgress,
	ref EventStatusEnum adStatus,
	Recordset pRecordset
)
/** @delegate */
/** @attribute CLSCompliantAttribute(false) */ 
public delegate void FetchProgressDelegate (
	int progress, 
	int maxProgress, 
	/** @ref */ EventStatusEnum adStatus, 
	Recordset pRecordset
)
Not applicable.

Parameters

progress

An Integer representing the progress of the fetch operation.

maxProgress

An Integer representing the size of the fetch operation.

adStatus

An ADODB.EventStatusEnum.

pRecordset

An ADODB.Recordset object.

Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0

Community Additions

ADD
Show: