Level.MemberCount Property

 

Gets the number of members contained by the Level.

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

public long MemberCount { get; }
public:
property long long MemberCount {
    long long get();
}
member MemberCount : int64 with get
Public ReadOnly Property MemberCount As Long

Property Value

Type: System.Int64

A Long that contains the number of members contained by the Level.

Remarks

The value of this property represents the approximate number of members contained by the Level. If you need the exact number of members contained by the Level, you should use the Count property of the collection returned by GetMembers.

See Also

Level Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top