StagingBatchInformation.MemberErrorCount Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the number of member creates that resulted in errors.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute]
public int MemberErrorCount { get; set; }
public:
[DataMemberAttribute]
property int MemberErrorCount {
    int get();
    void set(int value);
}
[<DataMemberAttribute>]
member MemberErrorCount : int with get, set
<DataMemberAttribute>
Public Property MemberErrorCount As Integer

Property Value

Type: System.Int32

An integer that represents the number of member creates.

See Also

StagingBatchInformation Class
Microsoft.MasterDataServices Namespace

Return to top