Compartilhar via


Propriedade do RDL Member.ChildCount

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

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (em msmgdsrv.dll)

Sintaxe

'Declaração
Public ReadOnly Property ChildCount As Integer 
    Get
'Uso
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

Valor da propriedade

Tipo: System.Int32
A long that contains the estimated number of child members contained by the Member.

Consulte também

Referência

Member Classe

Namespace Microsoft.AnalysisServices.AdomdServer