ADODC.WillChangeRecordDelegate 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 WillChangeRecord Ereignis behandelt.

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

Parameter

adReason
ADODB.EventReasonEnum

Ein ADODB.EventReasonEnum-Element.

cRecords
Int32

Ein Integer Wert, der die Anzahl der Datensätze darstellt.

adStatus
ADODB.EventStatusEnum

Ein ADODB.EventStatusEnum-Element.

pRecordset
ADODB.Recordset

Ein ADODB.Recordset-Objekt.

Attribute

Hinweise

Note

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: