Classe BusinessLogicRowUpdatingEventArgs

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 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

Gerarchia di ereditarietà

System. . :: . .Object
  System. . :: . .EventArgs
    System.Data.Common. . :: . .RowUpdatingEventArgs
      Microsoft.SqlServer.Replication.BusinessLogicSupport..::..BusinessLogicRowUpdatingEventArgs

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.