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.