Member.ChildCount Property

 

Gets the estimated count of child members contained in the Member.

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

public long ChildCount { get; }
public:
property long long ChildCount {
    long long get();
}
member ChildCount : int64 with get
Public ReadOnly Property ChildCount As Long

Property Value

Type: System.Int64

A long that contains the estimated number of child members contained by the Member.

See Also

Member Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top