Condividi tramite


Proprietà MemberAttributeErrorCount

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

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<DataMemberAttribute> _
Public Property MemberAttributeErrorCount As Integer
    Get
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System. . :: . .Int32
An integer that represents the number of attribute updates.