Partager via


Propriété EntityStagingBatch.RowsInError

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property RowsInError As Integer
    Get
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

EntityStagingBatch Classe

Espace de noms Microsoft.MasterDataServices