共用方式為


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
long ,其中包含由 Member 所包含的估計子成員數。

請參閱

參考

Member 類別

Microsoft.AnalysisServices.AdomdServer 命名空間