Класс BusinessLogicRowUpdatedEventArgs
Этот API-интерфейс поддерживает инфраструктуру и не предназначен для использования непосредственно из кода.
Иерархия наследования
System. . :: . .Object
System. . :: . .EventArgs
System.Data.Common. . :: . .RowUpdatedEventArgs
Microsoft.SqlServer.Replication.BusinessLogicSupport..::..BusinessLogicRowUpdatedEventArgs
Пространство имен: Microsoft.SqlServer.Replication.BusinessLogicSupport
Сборка: Microsoft.SqlServer.Replication.BusinessLogicSupport (в Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Синтаксис
'Декларация
Public Class BusinessLogicRowUpdatedEventArgs _
Inherits RowUpdatedEventArgs
'Применение
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
Тип BusinessLogicRowUpdatedEventArgs обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
Command | ||
Errors | (Производный от RowUpdatedEventArgs.) | |
RecordsAffected | (Производный от RowUpdatedEventArgs.) | |
Row | (Производный от RowUpdatedEventArgs.) | |
RowCount | (Производный от RowUpdatedEventArgs.) | |
StatementType | (Производный от RowUpdatedEventArgs.) | |
Status | (Производный от RowUpdatedEventArgs.) | |
TableMapping | (Производный от RowUpdatedEventArgs.) |
В начало
Методы
Имя | Описание | |
---|---|---|
CopyToRows(array<DataRow> [] () [] []) | (Производный от RowUpdatedEventArgs.) | |
CopyToRows(array<DataRow> [] () [] [], Int32) | (Производный от RowUpdatedEventArgs.) | |
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
MemberwiseClone | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.