Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets or sets the TotalErrorCount number of rows that contain at least one error.
Espacio de nombres: Microsoft.MasterDataServices
Ensamblado: Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Sintaxis
'Declaración
<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 de la propiedad
Tipo: System.Int32
The TotalErrorCount number of rows that contain at least one error.