Compartir a través de


Member.ChildCount Propiedad

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

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public ReadOnly Property ChildCount As Long 
    Get
'Uso
Dim instance As Member 
Dim value As Long 

value = instance.ChildCount
public long ChildCount { get; }
public:
property long long ChildCount {
    long long get ();
}
member ChildCount : int64
function get ChildCount () : long

Valor de la propiedad

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

Vea también

Referencia

Member Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient