Propriedade do RDL Member.ChildCount
Obtém a contagem estimada de membros filho contidos no 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: Int32
Um valor long que contém o número estimado de membros filho contidos pelo Member.