Member.ChildCount 属性

Gets the estimated count of child members contained in the 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

属性值

类型:System.Int32
A long that contains the estimated number of child members contained by the Member.

请参阅

参考

Member 类

Microsoft.AnalysisServices.AdomdServer 命名空间