Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Represents the method that will handle a row updating event.
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntax
'Declaration
Public Delegate Sub BusinessLogicRowUpdatingEventHandler ( _
sender As Object, _
e As BusinessLogicRowUpdatingEventArgs _
)
'Usage
Dim instance As New BusinessLogicRowUpdatingEventHandler(AddressOf HandlerMethod)
public delegate void BusinessLogicRowUpdatingEventHandler(
Object sender,
BusinessLogicRowUpdatingEventArgs e
)
public delegate void BusinessLogicRowUpdatingEventHandler(
Object^ sender,
BusinessLogicRowUpdatingEventArgs^ e
)
type BusinessLogicRowUpdatingEventHandler =
delegate of
sender:Object *
e:BusinessLogicRowUpdatingEventArgs -> unit
JScript unterstützt die Verwendung von Delegaten, aber nicht die Deklaration neuer Delegaten.
Parameter
- sender
Typ: System.Object
The source of the event.
- e
Typ: Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicRowUpdatingEventArgs
The event.
Siehe auch
Verweis
Microsoft.SqlServer.Replication.BusinessLogicSupport-Namespace