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 | |
---|---|---|
BusinessLogicRowUpdatingEventArgs | Initializes a new instance of the BusinessLogicRowUpdatedEventArgs class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
BaseCommand | (Se hereda de RowUpdatingEventArgs.) | |
Command | Gets the command executed when update is called. | |
Errors | (Se hereda de RowUpdatingEventArgs.) | |
Row | (Se hereda de RowUpdatingEventArgs.) | |
StatementType | (Se hereda de RowUpdatingEventArgs.) | |
Status | (Se hereda de RowUpdatingEventArgs.) | |
TableMapping | (Se hereda de RowUpdatingEventArgs.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
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