Classe BusinessLogicRowUpdatingEventArgs
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Represents a business logic row updating event arguments.
Gerarchia di ereditarietà
System.Object
System.EventArgs
System.Data.Common.RowUpdatingEventArgs
Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicRowUpdatingEventArgs
Spazio dei nomi Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Sintassi
'Dichiarazione
Public Class BusinessLogicRowUpdatingEventArgs _
Inherits RowUpdatingEventArgs
'Utilizzo
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
Nel tipo BusinessLogicRowUpdatingEventArgs sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
BusinessLogicRowUpdatingEventArgs | Initializes a new instance of the BusinessLogicRowUpdatedEventArgs class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
BaseCommand | Ereditato da RowUpdatingEventArgs. |
![]() |
Command | Gets the command executed when update is called. |
![]() |
Errors | Ereditato da RowUpdatingEventArgs. |
![]() |
Row | Ereditato da RowUpdatingEventArgs. |
![]() |
StatementType | Ereditato da RowUpdatingEventArgs. |
![]() |
Status | Ereditato da RowUpdatingEventArgs. |
![]() |
TableMapping | Ereditato da RowUpdatingEventArgs. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
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