ADODC.WillChangeRecordDelegate Delegar

Definição

Cuidado

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

Importante

Esta API não está em conformidade com CLS.

Representa o método que irá manipular um evento de WillChangeRecord .Represents the method that will handle a WillChangeRecord event.

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)

Parâmetros

adReason
ADODB.EventReasonEnum

Um ADODB.EventReasonEnum.An ADODB.EventReasonEnum.

cRecords
Int32

Um Integer que representa o número de registros.An Integer that represents the number of records.

adStatus
ADODB.EventStatusEnum

Um ADODB.EventStatusEnum.An ADODB.EventStatusEnum.

pRecordset
ADODB.Recordset

Um objeto ADODB.Recordset.An ADODB.Recordset object.

Atributos

Comentários

Observação

As funções e os objetos no namespace Microsoft.VisualBasic.Compatibility.VB6 são fornecidos para uso pelas ferramentas para atualização do Visual Basic 6.0 para o Visual Basic.Functions and objects in the Microsoft.VisualBasic.Compatibility.VB6 namespace are provided for use by the tools for upgrading from Visual Basic 6.0 to Visual Basic. Na maioria dos casos, essas funções e objetos duplicam a funcionalidade que é possível encontrar em outros namespaces no .NET FrameworkIn most cases, these functions and objects duplicate functionality that you can find in other namespaces in the .NET Framework. Eles apenas são necessários quando o modelo de código do Visual Basic 6.0 difere significativamente da implementação do .NET Framework.They are necessary only when the Visual Basic 6.0 code model differs significantly from the .NET Framework implementation.

Métodos de Extensão

GetMethodInfo(Delegate)

Obtém um objeto que representa o método representado pelo delegado especificado.Gets an object that represents the method represented by the specified delegate.

Aplica-se a