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.