Member.ChildCount Property

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.

See Also

Reference

Member Class

Microsoft.AnalysisServices.AdomdServer Namespace