Propriété StagingBatchInformation.MemberAttributeErrorCount
Gets or sets the number of attribute updates that resulted in errors.
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
<DataMemberAttribute> _
Public Property MemberAttributeErrorCount As Integer
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.Int32
An integer that represents the number of attribute updates.