ADODC.FetchProgressDelegate 代理人

定義

注意事項

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

重要

この API は CLS 準拠ではありません。

FetchProgress イベントを処理するメソッドを表します。

public: delegate void ADODC::FetchProgressDelegate(int progress, int maxProgress, EventStatusEnum % adStatus, Recordset ^ pRecordset);
[System.CLSCompliant(false)]
public delegate void ADODC.FetchProgressDelegate(int progress, int maxProgress, 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.FetchProgressDelegate(int progress, int maxProgress, ref EventStatusEnum adStatus, Recordset pRecordset);
[<System.CLSCompliant(false)>]
type ADODC.FetchProgressDelegate = delegate of int * int * 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.FetchProgressDelegate = delegate of int * int * EventStatusEnum * Recordset -> unit
Public Delegate Sub ADODC.FetchProgressDelegate(progress As Integer, maxProgress As Integer, ByRef adStatus As EventStatusEnum, pRecordset As Recordset)

パラメーター

progress
Int32

フェッチ操作の進行状況を表す Integer

maxProgress
Int32

フェッチ操作のサイズを表す Integer

adStatus
ADODB.EventStatusEnum

ADODB.EventStatusEnum

pRecordset
ADODB.Recordset

ADODB.Recordset オブジェクト。

属性

注釈

注意

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

拡張メソッド

GetMethodInfo(Delegate)
古い.

指定したデリゲートによって表されるメソッドを表すオブジェクトを取得します。

適用対象