EntityMembersInformation.TotalMemberCount Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the total visible records based on security and the hierarchy parent filter.

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

Syntax

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

Property Value

Type: System.Int32

An integer that represents the count.

See Also

EntityMembersInformation Class
Microsoft.MasterDataServices Namespace

Return to top