MemberCount 属性
Gets the number of members contained by the Level.
命名空间: Microsoft.AnalysisServices.AdomdClient
程序集: Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.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
A Long that contains 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.