Level.MemberCount Property

Gets the number of members contained by the Level.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public ReadOnly Property MemberCount As Long 
    Get
'Usage
Dim instance As Level 
Dim value As Long 

value = instance.MemberCount
public long MemberCount { get; }
public:
property long long MemberCount {
    long long get ();
}
member MemberCount : int64
function get MemberCount () : long

Property Value

Type: Int64
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

Reference

Level Class

Microsoft.AnalysisServices.AdomdServer Namespace