EntityStagingBatch.RowsInError プロパティ

定義

エラーを含む行数のTotalErrorCountを取得したり設定したりします。

public:
 property int RowsInError { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember]
public int RowsInError { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.RowsInError : int with get, set
Public Property RowsInError As Integer

プロパティ値

TotalErrorCount で少なくとも1つのエラーを含む行の数。

属性

適用対象