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 命名空間