此 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.