Classe BusinessLogicRowUpdatingEventArgs
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents a business logic row updating event arguments.
Hierarquia de herança
System.Object
System.EventArgs
System.Data.Common.RowUpdatingEventArgs
Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicRowUpdatingEventArgs
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (em Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Sintaxe
'Declaração
Public Class BusinessLogicRowUpdatingEventArgs _
Inherits RowUpdatingEventArgs
'Uso
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
O tipo BusinessLogicRowUpdatingEventArgs expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
![]() |
BusinessLogicRowUpdatingEventArgs | Initializes a new instance of the BusinessLogicRowUpdatedEventArgs class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
BaseCommand | (Herdado de RowUpdatingEventArgs.) |
![]() |
Command | Gets the command executed when update is called. |
![]() |
Errors | (Herdado de RowUpdatingEventArgs.) |
![]() |
Row | (Herdado de RowUpdatingEventArgs.) |
![]() |
StatementType | (Herdado de RowUpdatingEventArgs.) |
![]() |
Status | (Herdado de RowUpdatingEventArgs.) |
![]() |
TableMapping | (Herdado de RowUpdatingEventArgs.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
![]() |
Equals | (Herdado de Object.) |
![]() |
Finalize | (Herdado de Object.) |
![]() |
GetHashCode | (Herdado de Object.) |
![]() |
GetType | (Herdado de Object.) |
![]() |
MemberwiseClone | (Herdado de Object.) |
![]() |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
Consulte também
Referência
Namespace Microsoft.SqlServer.Replication.BusinessLogicSupport