次の方法で共有


EntityStagingBatch.RowsInError プロパティ

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

1 つ以上のエラーを含んでいる行の TotalErrorCount の数を取得または設定します。

名前空間:  Microsoft.MasterDataServices
アセンブリ:  Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)

構文

'宣言
<DataMemberAttribute> _
Public Property RowsInError As Integer
    Get
    Set
'使用
Dim instance As EntityStagingBatch
Dim value As Integer

value = instance.RowsInError

instance.RowsInError = value
[DataMemberAttribute]
public int RowsInError { get; set; }
[DataMemberAttribute]
public:
property int RowsInError {
    int get ();
    void set (int value);
}
[<DataMemberAttribute>]
member RowsInError : int with get, set
function get RowsInError () : int
function set RowsInError (value : int)

プロパティ値

型: System.Int32
1 つ以上のエラーを含んでいる行の TotalErrorCount の数です。

関連項目

参照

EntityStagingBatch クラス

Microsoft.MasterDataServices 名前空間