Clase BusinessLogicRowUpdatedEventArgs
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 updated event arguments.
Jerarquía de herencia
System.Object
System.EventArgs
System.Data.Common.RowUpdatedEventArgs
Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicRowUpdatedEventArgs
Espacio de nombres: Microsoft.SqlServer.Replication.BusinessLogicSupport
Ensamblado: Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Sintaxis
'Declaración
Public Class BusinessLogicRowUpdatedEventArgs _
Inherits RowUpdatedEventArgs
'Uso
Dim instance As BusinessLogicRowUpdatedEventArgs
public class BusinessLogicRowUpdatedEventArgs : RowUpdatedEventArgs
public ref class BusinessLogicRowUpdatedEventArgs : public RowUpdatedEventArgs
type BusinessLogicRowUpdatedEventArgs =
class
inherit RowUpdatedEventArgs
end
public class BusinessLogicRowUpdatedEventArgs extends RowUpdatedEventArgs
El tipo BusinessLogicRowUpdatedEventArgs expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
BusinessLogicRowUpdatedEventArgs | Initializes a new instance of the BusinessLogicRowUpdatedEventArgs class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Command | Gets the command executed when update is called. | |
Errors | (Se hereda de RowUpdatedEventArgs.) | |
RecordsAffected | (Se hereda de RowUpdatedEventArgs.) | |
Row | (Se hereda de RowUpdatedEventArgs.) | |
RowCount | (Se hereda de RowUpdatedEventArgs.) | |
StatementType | (Se hereda de RowUpdatedEventArgs.) | |
Status | (Se hereda de RowUpdatedEventArgs.) | |
TableMapping | (Se hereda de RowUpdatedEventArgs.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
CopyToRows(array<DataRow[]) | (Se hereda de RowUpdatedEventArgs.) | |
CopyToRows(array<DataRow[], Int32) | (Se hereda de RowUpdatedEventArgs.) | |
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