共用方式為


Member.ChildCount 屬性

Gets the estimated count of child members contained in the Member.

命名空間:  Microsoft.AnalysisServices.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)

語法

'宣告
Public ReadOnly Property ChildCount As Long 
    Get
'用途
Dim instance As Member 
Dim value As Long 

value = instance.ChildCount
public long ChildCount { get; }
public:
property long long ChildCount {
    long long get ();
}
member ChildCount : int64
function get ChildCount () : long

屬性值

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

請參閱

參考

Member 類別

Microsoft.AnalysisServices.AdomdClient 命名空間