Classe BusinessLogicRowUpdatedEventArgs
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Represents a business logic row updated event arguments.
Gerarchia di ereditarietà
System.Object
System.EventArgs
System.Data.Common.RowUpdatedEventArgs
Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicRowUpdatedEventArgs
Spazio dei nomi Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Sintassi
'Dichiarazione
Public Class BusinessLogicRowUpdatedEventArgs _
Inherits RowUpdatedEventArgs
'Utilizzo
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
Nel tipo BusinessLogicRowUpdatedEventArgs sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
BusinessLogicRowUpdatedEventArgs | Initializes a new instance of the BusinessLogicRowUpdatedEventArgs class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
Command | Gets the command executed when update is called. |
![]() |
Errors | Ereditato da RowUpdatedEventArgs. |
![]() |
RecordsAffected | Ereditato da RowUpdatedEventArgs. |
![]() |
Row | Ereditato da RowUpdatedEventArgs. |
![]() |
RowCount | Ereditato da RowUpdatedEventArgs. |
![]() |
StatementType | Ereditato da RowUpdatedEventArgs. |
![]() |
Status | Ereditato da RowUpdatedEventArgs. |
![]() |
TableMapping | Ereditato da RowUpdatedEventArgs. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
CopyToRows(array<DataRow[]) | Ereditato da RowUpdatedEventArgs. |
![]() |
CopyToRows(array<DataRow[], Int32) | Ereditato da RowUpdatedEventArgs. |
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Replication.BusinessLogicSupport