다음을 통해 공유


StagingBatchInformation.MemberAttributeErrorCount 속성

Gets or sets the number of attribute updates that resulted in errors.

네임스페이스:  Microsoft.MasterDataServices
어셈블리:  Microsoft.MasterDataServices(Microsoft.MasterDataServices.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
An integer that represents the number of attribute updates.

참고 항목

참조

StagingBatchInformation 클래스

Microsoft.MasterDataServices 네임스페이스