Condividi tramite


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
Metodo pubblico BusinessLogicRowUpdatingEventArgs Initializes a new instance of the BusinessLogicRowUpdatedEventArgs class.

In alto

Proprietà

  Nome Descrizione
Proprietà protetta BaseCommand Ereditato da RowUpdatingEventArgs.
Proprietà pubblica Command Gets the command executed when update is called.
Proprietà pubblica Errors Ereditato da RowUpdatingEventArgs.
Proprietà pubblica Row Ereditato da RowUpdatingEventArgs.
Proprietà pubblica StatementType Ereditato da RowUpdatingEventArgs.
Proprietà pubblica Status Ereditato da RowUpdatingEventArgs.
Proprietà pubblica TableMapping Ereditato da RowUpdatingEventArgs.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico 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