Partager via


Propriété Member.ChildCount

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

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ChildCount As Integer 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

Member Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer