StagingBatchInformation.MemberTotalCount Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the number of member creates attempted.

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

Syntax

[DataMemberAttribute]
public int MemberTotalCount { get; set; }
public:
[DataMemberAttribute]
property int MemberTotalCount {
    int get();
    void set(int value);
}
[<DataMemberAttribute>]
member MemberTotalCount : int with get, set
<DataMemberAttribute>
Public Property MemberTotalCount 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