Member.ChildCount 属性
获取包含在 Member 中的子成员的估计计数。
命名空间: Microsoft.AnalysisServices.AdomdServer
程序集: msmgdsrv(在 msmgdsrv.dll 中)
语法
声明
Public ReadOnly Property ChildCount As Integer
Get
用法
Dim instance As Member
Dim value As Integer
value = instance.ChildCount
public int ChildCount { get; }
public:
property int ChildCount {
int get ();
}
member ChildCount : int
function get ChildCount () : int
属性值
类型:Int32
一个长整型值,该值包含在 Member 中包含的子成员的估计数目。