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 命名空间