Свойство StagingBatchInformation.MemberAttributeErrorCount

Gets or sets the count of all attribute error records in the staging batch.

Пространство имен:  Microsoft.MasterDataServices.Services.DataContracts
Сборка:  Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)

Синтаксис

'Декларация
<DataMemberAttribute> _
Public Property MemberAttributeErrorCount As Integer 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: System.Int32
The count of all attribute error records in the staging batch.

См. также

Справочник

StagingBatchInformation Класс

Пространство имен Microsoft.MasterDataServices.Services.DataContracts