StagingBatchInformation.MemberAttributeErrorCount Propiedad
Gets or sets the number of attribute updates that resulted in errors.
Espacio de nombres: Microsoft.MasterDataServices
Ensamblado: Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Sintaxis
'Declaración
<DataMemberAttribute> _
Public Property MemberAttributeErrorCount As Integer
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.Int32
An integer that represents the number of attribute updates.