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