Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the estimated count of child members contained in the Member.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Property ChildCount As Integer
Get
'Usage
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
Property Value
Type: Int32
A long that contains the estimated number of child members contained by the Member.