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 a business logic row updated event arguments.
Vererbungshierarchie
System.Object
System.EventArgs
System.Data.Common.RowUpdatedEventArgs
Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicRowUpdatedEventArgs
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntax
'Declaration
Public Class BusinessLogicRowUpdatedEventArgs _
Inherits RowUpdatedEventArgs
'Usage
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
Der BusinessLogicRowUpdatedEventArgs-Typ macht folgende Elemente verfügbar.
Konstruktoren
| Name | Beschreibung | |
|---|---|---|
![]() |
BusinessLogicRowUpdatedEventArgs | Initializes a new instance of the BusinessLogicRowUpdatedEventArgs class. |
Zum Anfang
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
Command | Gets the command executed when update is called. |
![]() |
Errors | (Geerbt von RowUpdatedEventArgs.) |
![]() |
RecordsAffected | (Geerbt von RowUpdatedEventArgs.) |
![]() |
Row | (Geerbt von RowUpdatedEventArgs.) |
![]() |
RowCount | (Geerbt von RowUpdatedEventArgs.) |
![]() |
StatementType | (Geerbt von RowUpdatedEventArgs.) |
![]() |
Status | (Geerbt von RowUpdatedEventArgs.) |
![]() |
TableMapping | (Geerbt von RowUpdatedEventArgs.) |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
CopyToRows(array<DataRow[]) | (Geerbt von RowUpdatedEventArgs.) |
![]() |
CopyToRows(array<DataRow[], Int32) | (Geerbt von RowUpdatedEventArgs.) |
![]() |
Equals | (Geerbt von Object.) |
![]() |
Finalize | (Geerbt von Object.) |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
MemberwiseClone | (Geerbt von Object.) |
![]() |
ToString | (Geerbt von Object.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
Siehe auch
Verweis
Microsoft.SqlServer.Replication.BusinessLogicSupport-Namespace
.gif)
.gif)
.gif)