Share via


EntityStagingBatch.RowsInError Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the TotalErrorCount number or rows that contain at least one error.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property RowsInError As Integer 
    Get 
    Set
'Usage
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)

Property Value

Type: System.Int32
The TotalErrorCount number or rows that contain at least one error.

See Also

Reference

EntityStagingBatch Class

Microsoft.MasterDataServices.Services.DataContracts Namespace