Właściwość StagingBatchInformation.MemberAttributeErrorCount
Pobiera lub ustawia numer aktualizacji atrybut, które spowodowały błędy.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<DataMemberAttribute> _
Public Property MemberAttributeErrorCount As Integer
Get
Set
'Użycie
Dim instance As StagingBatchInformation
Dim value As Integer
value = instance.MemberAttributeErrorCount
instance.MemberAttributeErrorCount = value
[DataMemberAttribute]
public int MemberAttributeErrorCount { get; set; }
[DataMemberAttribute]
public:
property int MemberAttributeErrorCount {
int get ();
void set (int value);
}
[<DataMemberAttribute>]
member MemberAttributeErrorCount : int with get, set
function get MemberAttributeErrorCount () : int
function set MemberAttributeErrorCount (value : int)
Wartość właściwości
Typ: System.Int32
Całkowitą reprezentującą zliczania.
Zobacz także