EntityStagingBatch.RowsInError 属性

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

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

命名空间:  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
The TotalErrorCount number of rows that contain at least one error.

请参阅

参考

EntityStagingBatch 类

Microsoft.MasterDataServices 命名空间