次の方法で共有


BusinessLogicRowUpdatedEventArgs クラス

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

Represents a business logic row updated event arguments.

継承階層

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 Initializes a new instance of the BusinessLogicRowUpdatedEventArgs class.

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ Command Gets the command executed when update is called.
パブリック プロパティ 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 から継承されています。)

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.SqlServer.Replication.BusinessLogicSupport 名前空間