EntityStagingBatch.MemberCount Property

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the total number of members in the batch.

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

Syntax

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

Property Value

Type: System.Int32

The total number of members in the batch.

See Also

EntityStagingBatch Class
Microsoft.MasterDataServices Namespace

Return to top