Compartir a través de


Clase BusinessLogicRowUpdatingEventArgs

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Represents a business logic row updating event arguments.

Jerarquía de herencia

System.Object
  System.EventArgs
    System.Data.Common.RowUpdatingEventArgs
      Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicRowUpdatingEventArgs

Espacio de nombres:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Ensamblado:  Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Sintaxis

'Declaración
Public Class BusinessLogicRowUpdatingEventArgs _
    Inherits RowUpdatingEventArgs
'Uso
Dim instance As BusinessLogicRowUpdatingEventArgs
public class BusinessLogicRowUpdatingEventArgs : RowUpdatingEventArgs
public ref class BusinessLogicRowUpdatingEventArgs : public RowUpdatingEventArgs
type BusinessLogicRowUpdatingEventArgs =  
    class 
        inherit RowUpdatingEventArgs 
    end
public class BusinessLogicRowUpdatingEventArgs extends RowUpdatingEventArgs

El tipo BusinessLogicRowUpdatingEventArgs expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público BusinessLogicRowUpdatingEventArgs Initializes a new instance of the BusinessLogicRowUpdatedEventArgs class.

Arriba

Propiedades

  Nombre Descripción
Propiedad protegida BaseCommand (Se hereda de RowUpdatingEventArgs.)
Propiedad pública Command Gets the command executed when update is called.
Propiedad pública Errors (Se hereda de RowUpdatingEventArgs.)
Propiedad pública Row (Se hereda de RowUpdatingEventArgs.)
Propiedad pública StatementType (Se hereda de RowUpdatingEventArgs.)
Propiedad pública Status (Se hereda de RowUpdatingEventArgs.)
Propiedad pública TableMapping (Se hereda de RowUpdatingEventArgs.)

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Replication.BusinessLogicSupport