Condividi tramite


Classe BusinessLogicRowUpdatedEventArgs

Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.

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

Gerarchia di ereditarietà

System. . :: . .Object
  System. . :: . .EventArgs
    System.Data.Common. . :: . .RowUpdatedEventArgs
      Microsoft.SqlServer.Replication.BusinessLogicSupport..::..BusinessLogicRowUpdatedEventArgs

Thread Safety

Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.