Поделиться через


Класс 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 обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.