Level.MemberCount 속성

Gets the number of members contained by the Level.

네임스페이스:  Microsoft.AnalysisServices.AdomdServer
어셈블리:  msmgdsrv(msmgdsrv.dll)

구문

‘선언
Public ReadOnly Property MemberCount As Long 
    Get
‘사용 방법
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

속성 값

유형: System.Int64
The number of members contained by the Level.

주의

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.

참고 항목

참조

Level 클래스

Microsoft.AnalysisServices.AdomdServer 네임스페이스