StagingBatchInformation.MemberTotalCount Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the count of all members in the staging batch.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.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

The count of all members in the staging batch.

See Also

StagingBatchInformation Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top