共用方式為


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.