BusinessLogicRowUpdatedEventArgs-Klasse
Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
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.
Eigenschaften
Name | Beschreibung | |
---|---|---|
Command | ||
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.