Compartir a través de


StagingBatchInformation.MemberRelationshipErrorCount Propiedad

Gets or sets the number of hierarchy moves that resulted in errors.

Espacio de nombres:  Microsoft.MasterDataServices
Ensamblado:  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property MemberRelationshipErrorCount As Integer
    Get
    Set
'Uso
Dim instance As StagingBatchInformation
Dim value As Integer

value = instance.MemberRelationshipErrorCount

instance.MemberRelationshipErrorCount = value
[DataMemberAttribute]
public int MemberRelationshipErrorCount { get; set; }
[DataMemberAttribute]
public:
property int MemberRelationshipErrorCount {
    int get ();
    void set (int value);
}
[<DataMemberAttribute>]
member MemberRelationshipErrorCount : int with get, set
function get MemberRelationshipErrorCount () : int
function set MemberRelationshipErrorCount (value : int)

Valor de la propiedad

Tipo: System.Int32
An integer that represents the number of hierarchy moves.

Vea también

Referencia

StagingBatchInformation Clase

Espacio de nombres Microsoft.MasterDataServices