Partilhar via


Propriedade do RDL EntityStagingBatch.RowsInError

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)

Sintaxe

'Declaração
<DataMemberAttribute> _
Public Property RowsInError As Integer
    Get
    Set
'Uso
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)

Valor da propriedade

Tipo: System.Int32
The TotalErrorCount number of rows that contain at least one error.

Consulte também

Referência

EntityStagingBatch Classe

Namespace Microsoft.MasterDataServices