Propriedade do RDL StagingBatchInformation.MemberErrorCount
Gets or sets the count of members in error.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxe
'Declaração
<DataMemberAttribute> _
Public Property MemberErrorCount As Integer
Get
Set
'Uso
Dim instance As StagingBatchInformation
Dim value As Integer
value = instance.MemberErrorCount
instance.MemberErrorCount = value
[DataMemberAttribute]
public int MemberErrorCount { get; set; }
[DataMemberAttribute]
public:
property int MemberErrorCount {
int get ();
void set (int value);
}
[<DataMemberAttribute>]
member MemberErrorCount : int with get, set
function get MemberErrorCount () : int
function set MemberErrorCount (value : int)
Valor da propriedade
Tipo: System.Int32
The count of members in error.
Consulte também
Referência
StagingBatchInformation Classe
Namespace Microsoft.MasterDataServices.Services.DataContracts