ADODC.FetchCompleteDelegate Delegat

Definition

Achtung

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

Wichtig

Diese API ist nicht CLS-kompatibel.

Stellt die Methode dar, die ein FetchComplete Ereignis behandelt.

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)

Parameter

pError
ADODB.Error

Ein ADODB.Error-Objekt.

adStatus
ADODB.EventStatusEnum

Eine ADODB.EventStatusEnum Aufzählung.

pRecordset
ADODB.Recordset

Ein ADODB.Recordset-Objekt.

Attribute

Hinweise

Hinweis

Funktionen und Objekte im Microsoft.VisualBasic.Compatibility.VB6 Namespace werden von den Tools zum Upgrade von Visual Basic 6.0 auf Visual Basic bereitgestellt. In den meisten Fällen haben diese Funktionen und Objekte doppelte Funktionen, die Sie in anderen Namespaces im .NET Framework finden können. Sie sind nur erforderlich, wenn sich das Visual Basic 6.0-Codemodell erheblich von der .NET Framework-Implementierung unterscheidet.

Erweiterungsmethoden

Name Beschreibung
GetMethodInfo(Delegate)
Veraltet.

Ruft ein Objekt ab, das die vom angegebenen Delegaten dargestellte Methode darstellt.

Gilt für: