Propriété Member.ChildCount
Obtient le nombre estimé de membres enfants contenus dans le 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 : Int32
Type de données long qui contient le nombre estimé de membres enfants contenus par le Member.